Stylus (stylesheet language)

Stylus
Developer LearnBoost
First appeared 2010
0.49.1 / September 24, 2014
dynamic
OS Cross-platform
License MIT License
.styl
Website Stylus

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

References

External links