Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Sass Template StringsNew to Visual Studio Code? Get it now.
Sass Template Strings

Sass Template Strings

Zaydek Michels-Gualtieri

|
666 installs
| (1) | Free
Syntax highlighting for CSS and Sass template strings and functions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sass Template Strings (VS Code Extension)

VS Code extension to add first-class CSS and Sass syntax highlighting for css, sass, and scss ES6 template literals (template strings).

For example:

// Adds syntax highlighting here
css`
  .foo bar {
    content: "baz";
  }
`

// Here
sass`
  .foo {
    .bar {
      content: "baz";
    }
  }
`

// And here
sass(`
  .foo {
    .bar {
      content: "baz";
    }
  }
`)

sass-template-strings is a fork of sass-in-template-string which is a fork of vscode-styled-components.


Licensed as MIT.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft