PostCSS syntax definitions for Sublime Text.
The easiest way to install is using Package Control. It's listed as PostCSS
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
PostCSS
and hit Enter
- Download appropriate PostCSS.sublime-package for your Sublime Text build.
A suffix (e.g.
-st4xxx
) denotes the least required ST build for the sublime-package to work. - Rename it to PostCSS.sublime-package
- Copy it into Installed Packages directory
Note
To find Installed Packages...
- call Menu > Preferences > Browse Packages..
- Navigate to parent folder
Warning
Manually installed packages are not automatically updated by Package Control.
PostCSS extends Sublime Text's CSS syntax definition as of ST4152.
If PostCSS syntax highlighting doesn't work and console displays syntax errors,
- check if CSS package is enabled.
- remove any out-dated syntax override.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Enable Packages
- Find
CSS
and hit Enter
- call Menu > Preferences > Browse Packages..
- Look for CSS folder
- Remove it or at least delete any CSS.sublime-syntax in it