Sass
Sass and SCSS syntax for Sublime Text
Details
Installs
- Total 1.69M
- Win 834K
- Mac 606K
- Linux 252K
May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 17 | 10 | 11 | 7 | 8 | 11 | 21 | 19 | 21 | 9 | 21 | 15 | 26 | 15 | 13 | 13 | 18 | 6 | 7 | 17 | 13 | 16 | 9 | 9 | 4 | 17 | 11 | 11 | 15 | 9 | 18 | 10 | 8 | 18 | 10 | 16 | 14 | 15 | 8 | 15 | 15 | 15 | 18 | 16 | 12 |
Mac | 1 | 6 | 8 | 8 | 6 | 0 | 5 | 7 | 17 | 8 | 6 | 6 | 7 | 12 | 7 | 7 | 11 | 9 | 0 | 1 | 8 | 7 | 7 | 11 | 9 | 6 | 3 | 4 | 7 | 6 | 13 | 10 | 7 | 6 | 9 | 10 | 14 | 14 | 8 | 1 | 7 | 7 | 9 | 9 | 11 | 11 |
Linux | 1 | 6 | 5 | 1 | 2 | 5 | 5 | 5 | 3 | 2 | 6 | 4 | 4 | 3 | 7 | 7 | 7 | 5 | 3 | 1 | 6 | 5 | 6 | 2 | 5 | 4 | 5 | 7 | 7 | 3 | 5 | 3 | 4 | 3 | 3 | 6 | 3 | 4 | 6 | 3 | 2 | 5 | 4 | 6 | 7 | 4 |
Readme
- Source
- raw.githubusercontent.com
Sass and SCSS
Sass and SCSS syntax definitions for Sublime Text based on its CSS syntax.
Highlights .sass
or .scss
files, and provides
- snippets
- completions
- symbols
Installation
Package Control
The easiest way to install is using Package Control. It's listed as Sass
.
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Install Package
- Find
Sass
and hit Enter
Troubleshooting
SCSS extends Sublime Text's CSS syntax definition as of ST4149.
If SCSS syntax highlighting doesn't work and console displays syntax errors,
- check if CSS package is enabled.
- remove any out-dated syntax override.
Enable CSS package
- Open
Command Palette
using ctrl+shift+P or menu itemTools → Command Palette...
- Choose
Package Control: Enable Packages
- Find
CSS
and hit Enter
Remove overrides
- call Menu > Preferences > Browse Packages..
- Look for CSS folder
- Remove it or at least delete any CSS.sublime-syntax in it
Notes
Development on the Sass syntax is currently frozen. It's too high maintenance since it's so different from CSS. Furthermore, the Sass language doesn't support various features that SCSS does: it's not left behind by the Sass team per se, but SCSS is the primary language right now. That being said, if you want to improve the Sass syntax, contributions are more than welcome.