We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCSS is not supported within .astro files.
Reproducible Case:
Create a simple red-text.astro file:
<p>This should be red</p> <style lang="scss"> @mixin red-text { color: red; } p { @include red-text; } </style>
red-text.astro.zip
There's no intellisense support whatsoever within the scss style block.
Note: As svelte and astro are very similar in their style blocks, it probably would suffice to activate astro as svelte.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SCSS is not supported within .astro files.
Reproducible Case:
Create a simple red-text.astro file:
red-text.astro.zip
There's no intellisense support whatsoever within the scss style block.
Note: As svelte and astro are very similar in their style blocks, it probably would suffice to activate astro as svelte.
The text was updated successfully, but these errors were encountered: