Package Exports
- stylus
- stylus/bin/stylus
- stylus/index.js
- stylus/lib/colors
- stylus/lib/colors.js
- stylus/lib/convert/css
- stylus/lib/convert/css.js
- stylus/lib/functions
- stylus/lib/functions/index.js
- stylus/lib/functions/index.styl
- stylus/lib/lexer
- stylus/lib/lexer.js
- stylus/lib/nodes
- stylus/lib/nodes/comment.js
- stylus/lib/nodes/index.js
- stylus/lib/nodes/literal
- stylus/lib/nodes/literal.js
- stylus/lib/nodes/object
- stylus/lib/nodes/object.js
- stylus/lib/parser
- stylus/lib/parser.js
- stylus/lib/renderer
- stylus/lib/renderer.js
- stylus/lib/stack
- stylus/lib/stack/frame
- stylus/lib/stack/frame.js
- stylus/lib/stack/index.js
- stylus/lib/stack/scope
- stylus/lib/stack/scope.js
- stylus/lib/stylus
- stylus/lib/stylus.js
- stylus/lib/token.js
- stylus/lib/utils
- stylus/lib/utils.js
- stylus/lib/visitor
- stylus/lib/visitor/compiler
- stylus/lib/visitor/compiler.js
- stylus/lib/visitor/deps-resolver
- stylus/lib/visitor/deps-resolver.js
- stylus/lib/visitor/evaluator
- stylus/lib/visitor/evaluator.js
- stylus/lib/visitor/index.js
- stylus/lib/visitor/normalizer
- stylus/lib/visitor/normalizer.js
- stylus/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style.
Sponsors
You can sponsor stylus ongoing development via opencollective or paypal !
|
![]() |
Your Logo |
![]() |
Backers
Installation
$ npm install stylus -g
Basic Usage
Watch and compile a stylus file from command line with
stylus -w style.styl -o style.css
You can also try all stylus features on stylus-lang.com, build something with stylus on codepen or RunKit
Community modules
Stylus cheatsheet
- Stylus cheatsheet, very useful stylus syntax code snippet for you
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Contribution
Please read our Contribution Guide before making any pull requests to the project. Included are directions for opening issues, workflows, and coding standards.
Thank you to all the people who already contributed to Stylus!
License
Copyright (c) 2010-present TJ and Stylus maintainers