-
-
Notifications
You must be signed in to change notification settings - Fork 17
Using SugarSS
EGOIST edited this page Mar 20, 2016
·
1 revision
SugarSS is a parser for PostCSS to let you write CSS in indent-based style. Just like Sass/Stylus syntax.
You can use it in two ways:
- via
--sugarss
flag - Set
tooling.sugarss
to betrue
inpackage.json
{
"tooling": {
"sugarss": true
}
}