Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PostCSS syntaxNew to Visual Studio Code? Get it now.
PostCSS syntax

PostCSS syntax

ricard

|
77,187 installs
| (14) | Free
PostCSS language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PostCSS Syntax Highlighting

VSCode plugin to provide syntax highlighting for PostCSS files. It will pick up .css, .pcss, and .postcss files.

Emmet support

Include the following in your VS Code settings:

{
  ...
  "emmet.includeLanguages":{
    "postcss": "css"
  },
  "emmet.syntaxProfiles": {
    "postcss": "css"
  },
  ...
}

Enable for .css files

Include the following in your VS Code settings:

{
  ...
  "files.associations": {
    "*.css": "postcss"
  }
  ...
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft