From 9309f0f6c058d691bb12abfab2dd63b3a1ce49ee Mon Sep 17 00:00:00 2001 From: Ryan Drewniak Date: Sun, 21 Oct 2018 12:13:22 -0600 Subject: [PATCH] Adding Sass guide (#20705) --- guide/english/sass/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guide/english/sass/index.md diff --git a/guide/english/sass/index.md b/guide/english/sass/index.md new file mode 100644 index 0000000000..5e06db178e --- /dev/null +++ b/guide/english/sass/index.md @@ -0,0 +1,7 @@ +--- +title: Sass +--- +Sass is a preprossessor scripting language that compiles CSS. It essentially brings the power of a standard programming language (e.g. loops, variables, conditional statements, etc...) to your stylesheets. + +#### More Information +[Official Sass website](https://sass-lang.com/) \ No newline at end of file