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

Stylus compilation is enabled by default for the .styl and m.styl file extensions, but you will also need to install stylus by running:

meteor npm install --save-dev stylus

If you are using a different file extension, set it in the extensions property, and also set the enableStylusCompilation property. See Package Options for more details.