From e149ebd50174e7a5e193ff7fc506a33c669b4d4c Mon Sep 17 00:00:00 2001 From: Kelsey Edelstein Date: Fri, 15 Mar 2019 00:11:15 -0700 Subject: [PATCH] Remove duplicate CSS preprocessor article (#33056) --- guide/english/css/css-pre-processors/index.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 guide/english/css/css-pre-processors/index.md 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)