Skip to content
master
Go to file
Code
This branch is even with iamricard:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Project archived. Just use mhmadhamster.postcss-language


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"
  }
  ...
}

About

PostCSS syntax higlighting for VSCode

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.