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