Skip to content
New issue

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

Missing .astro support #174

Open
betabong opened this issue Jun 12, 2024 · 0 comments
Open

Missing .astro support #174

betabong opened this issue Jun 12, 2024 · 0 comments

Comments

@betabong
Copy link

  • VS Code Version: 1.90.0
  • SCSS IntelliSense Version: v0.10.0
  • Operating System: Mac OS 14.5 (23F79)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant