summaryrefslogtreecommitdiffhomepage
path: root/sass.html.markdown
diff options
context:
space:
mode:
authorSamantha McVey <samantham@posteo.net>2016-12-31 15:43:35 -0800
committerSamantha McVey <samantham@posteo.net>2016-12-31 15:43:35 -0800
commit4d4dae03ea40240ffb6db74c1707279693e58844 (patch)
tree0a409b638fd47c4254db10a907a01355dce4c4d9 /sass.html.markdown
parentd44e95095613383deb306ea40ee89b57b22f56bd (diff)
set highlighter for sass and red
Diffstat (limited to 'sass.html.markdown')
-rw-r--r--sass.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass.html.markdown b/sass.html.markdown
index 860e550a..224db80e 100644
--- a/sass.html.markdown
+++ b/sass.html.markdown
@@ -16,7 +16,7 @@ This tutorial is written using SCSS.
If you're already familiar with CSS3, you'll be able to pick up Sass relatively quickly. It does not provide any new styling properties but rather the tools to write your CSS more efficiently and make maintenance much easier.
-```scss
+```sass
//Single line comments are removed when Sass is compiled to CSS.