We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"extensions": ["styl"]
If you are using a different file extension, set it in both the extensions and enableStylusCompilation properties.
enableStylusCompilation
See Package Options for more details.