You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
PostCSS syntax highlighting for Sublime Text. This package is fork of [Syntax Highlighting for Sass] by @P233 with few changes making this more useful rather Sass package:
6
6
7
7
* Using SCSS syntax highlighting. This covers most of PostCSS possible syntax. Removed `Sass` syntax highlighting and all Sass completions;
8
+
* Support for CSS custom properties `var(--variable-name)` and `--variable-name`;
8
9
* Automatic enable syntax highlighting by `*.pcss` and `*.postcss` file extensions;
9
10
* Standard CSS comments (`/* comment */`) instead of Sass single line comments (`// comment`).
0 commit comments