Description
Adds a CSS preprocessor language with variables, nesting, mixins, functions, and syntax conveniences for writing stylesheets more efficiently. Web developers use it to organize larger style codebases and generate regular CSS for browsers.
The browser does not read Stylus directly. Projects need a build step, and generated CSS should be checked to avoid unexpected cascade or layout changes.