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

13 lines
346 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
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)