Stylus (style sheet language)
Appearance
This article may need to be rewritten to comply with Wikipedia's quality standards. (February 2015) |
Developer | LearnBoost |
---|---|
First appeared | 2010 |
Stable release | 0.52.4
/ September 4, 2015 |
Typing discipline | dynamic |
OS | Cross-platform |
License | MIT License |
Filename extensions | .styl |
Website | Stylus |
Influenced by | |
CSS, Sass, LESS |
Stylus is a dynamic stylesheet language, its design influenced by Sass and LESS. It's regarded as the third most used CSS preprocessor syntax.[1]
Example
body
font 12px Helvetica, Arial, sans-serif
a.button
-webkit-border-radius 5px
-moz-border-radius 5px
border-radius 5px