Skip to content
Nathan Reid edited this page Jun 20, 2016 · 2 revisions

To enable Stylus compilation, first install the package using the following command:

meteor npm install --save-dev stylus

Finally, update the extensions option to include Stylus files:

"extensions": ["styl"]

If you are using a different file extension, set it in both the extensions and enableStylusCompilation properties.

See Package Options for more details.