MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

postcss-language

VSCode language support for PostCSS and SugarSS

package is based on Syntax Highlighting for PostCSS

Features

Syntax highlighting for: .pcss .postcss .sss

if you want this plugin to work for *.css file you need manually change "Language mode" in VSCode to PostCSS or add

"files.associations": {
  "*.css": "postcss"
}

to your settings.json (File -> Preferences -> Settings) if you want to treat all css files as postcss by default

Changed

Known Issues

semicolon automatically added when expanding abbreviation in *.sss files

Changelog