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

Sass Tagged Template Literals

Robert Sandiford

|
1 install
| (0) | Free
Syntax highlighting for CSS and SASS tagged template literals.
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 syntax highlighting SASS and CCS in template literals tagged with Sass, Scss or CSS, suitable for use with the Tungsten framework.

Sass`
    /* And here */
    .foo
        .bar
            content: "baz"
`

Scss`
    /* And here */
    .foo {
        .bar {
            content: "baz";
        }
    }
`

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

vscode-sass-tagged-templates is a fork of sass-template-strings which 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
© 2026 Microsoft