summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2020-01-24 20:11:24 +0530
committerGitHub <noreply@github.com>2020-01-24 20:11:24 +0530
commit73338166dfab5e44c67ee6f456811098ed109fb3 (patch)
treeeb3fb9b52742e256d2669497f7092894eb5a16b6
parent0677a7e7f9f212549fc64f7966a53095133f4267 (diff)
parentdfc80dc81355725c3461826a30c50d9eebfc04b6 (diff)
Merge pull request #3750 from Kyle-Mendes/patch-1
[en/sass] Update Sass Example to use proper syntax highlighting
-rw-r--r--sass.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass.html.markdown b/sass.html.markdown
index 224db80e..860e550a 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.
-```sass
+```scss
//Single line comments are removed when Sass is compiled to CSS.