Remove duplicate CSS preprocessor article (#33056)

This commit is contained in:
Kelsey Edelstein
2019-03-15 00:11:15 -07:00
committed by The Coding Aviator
parent 087ca6509a
commit e149ebd501

View File

@ -1,12 +0,0 @@
---
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)