Skip to content

Sugarss and other PostCSS parsers

Nathan Reid edited this page Jun 20, 2016 · 3 revisions

To enable Sugarss or other PostCss parsers, first install the package using the following command (replace sugarss with the name of your parser plugin):

meteor npm install --save-dev sugarss

Then set the CSS modules parser option to the name of your plugin, e.g. "parser": "sugarss". See Package Options for more details.