Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

iamricard/postcss-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published