You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid SCSS causes Astro to hang in dev mode. The page will never finish loading. This SCSS (notice the lack of a closing parenthesis) causes the problem:
What version of
astro
are you using?1.1.5
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
linux / stackblitz
Describe the Bug
Invalid SCSS causes Astro to hang in dev mode. The page will never finish loading. This SCSS (notice the lack of a closing parenthesis) causes the problem:
This SCSS is the only thing added to the default Astro demo. Remove it and restart the dev server and the page will load fine.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ebopvr?file=src/components/Card.astro
Participation
The text was updated successfully, but these errors were encountered: