Skip to content

Commit caca26e

Browse files
committed
Merge branch 'st4152'
2 parents b6962a9 + 35d1b94 commit caca26e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)