Skip to content

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 be true in package.json
{
  "tooling": {
    "sugarss": true
  }
}
Clone this wiki locally