Files
freeCodeCamp/guide/english/css/css-pre-processors/index.md
2018-10-16 21:32:40 +05:30

13 lines
346 B
Markdown

---
title: CSS Pre-Processors
---
## CSS Pre-Processors
Pre-processor is a software that allows to use extended CSS functionality with variables, functions, operators and many more useful assets that plain CSS is missing.
## Popular Pre-Processors
* [SASS](http://sass-lang.com)
* [LESS](http://lesscss.org)
* [Stylus](http://stylus-lang.com)