File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,24 @@ The easiest way to install is using [Package Control](https://packagecontrol.io)
3333> [ !WARNING]
3434>
3535> Manually installed packages are not automatically updated by Package Control.
36+
37+ ## Troubleshooting
38+
39+ PostCSS extends Sublime Text's CSS syntax definition as of ST4152.
40+
41+ If PostCSS syntax highlighting doesn't work and console displays syntax errors,
42+
43+ 1 . check if CSS package is enabled.
44+ 2 . remove any out-dated syntax override.
45+
46+ ### Enable CSS package
47+
48+ 1 . Open ` Command Palette ` using <kbd >ctrl+shift+P</kbd > or menu item ` Tools → Command Palette... `
49+ 2 . Choose ` Package Control: Enable Packages `
50+ 3 . Find ` CSS ` and hit <kbd >Enter</kbd >
51+
52+ ### Remove overrides
53+
54+ 1 . call _ Menu > Preferences > Browse Packages.._
55+ 2 . Look for _ CSS_ folder
56+ 3 . Remove it or at least delete any _ CSS.sublime-syntax_ in it
You can’t perform that action at this time.
0 commit comments