freeCodeCamp/guide/english/css/css-pre-processors/index.md

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)