Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SCSS Style TagNew to Visual Studio Code? Get it now.

SCSS Style Tag

panoply

liquify.dev
|
3,605 installs
| (0) | Free
SCSS and SASS syntax support for HTML style tags.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

npm version

SCSS Style Tag Support (VS Code)

Syntax highlighting and language and intellisense support for HTML style tags that use a lang="scss" or lang="sass" attribute.

Example


<style lang="scss">
  /* SCSS code here*/
</style>

<style lang="sass">
  /* SASS code here*/
</style>

SASS Languages Support

VS Code does not support pure SASS syntax, only SCSS syntax (currently). This is extension uses as external extension dependency which brings SASS language support to VS Code. If you have alternative extensions supporting SASS, consider uninstalling those to prevent grammar conflicts.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft