Sass
Sass and SCSS syntax for Sublime Text
Details
Installs
- Total 1.69M
- Win 834K
- Mac 605K
- Linux 252K
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 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 16 | 9 | 9 | 4 | 17 | 11 | 11 | 15 | 9 | 18 | 10 | 8 | 18 | 10 | 16 | 14 | 15 | 8 | 15 | 15 | 15 | 18 | 16 | 12 | 22 | 12 | 18 | 30 | 19 | 16 | 14 | 10 | 16 | 6 | 18 | 16 | 22 | 9 | 3 | 8 | 19 | 11 | 13 | 18 | 21 |
Mac | 2 | 7 | 11 | 9 | 6 | 3 | 4 | 7 | 6 | 13 | 10 | 7 | 6 | 9 | 10 | 14 | 14 | 8 | 1 | 7 | 7 | 9 | 9 | 11 | 11 | 5 | 6 | 15 | 8 | 10 | 8 | 10 | 5 | 4 | 6 | 12 | 11 | 12 | 11 | 8 | 3 | 12 | 9 | 7 | 13 | 10 |
Linux | 3 | 6 | 2 | 5 | 4 | 5 | 7 | 7 | 3 | 5 | 3 | 4 | 3 | 3 | 6 | 3 | 4 | 6 | 3 | 2 | 5 | 4 | 6 | 7 | 4 | 7 | 4 | 4 | 7 | 4 | 2 | 7 | 4 | 8 | 9 | 7 | 5 | 6 | 7 | 7 | 3 | 2 | 4 | 5 | 3 | 5 |
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.