diff --git a/guide/english/css/css-pre-processors/index.md b/guide/english/css/css-pre-processors/index.md deleted file mode 100644 index 45368ddcc3..0000000000 --- a/guide/english/css/css-pre-processors/index.md +++ /dev/null @@ -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)