CSS plugins

Template plugins

Where the fuck is…

  • Stylus? The API of Stylus is async and thus cannot be used from the synchronous symdiff API. Please compile it to CSS first and use symdiff-css or find me a Stylus parser.
  • Mustache? Planned, but there’s a decent chance that symdiff-handlebars already works for you (it removes all curly brackets expressions and runs the result through symdiff-html).
  • PostCSS? There is no one parser for it because PostCSS doesn’t have a defined syntax (unlike, say, LESS) but instead relies on plugins to transform the AST into proper CSS. The easiest solution for everyone here is to process PostCSS into valid CSS and use symdiff-css.

And the thing only you are using? Consider writing a plugin or at least open an issue on Github.