1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-31 10:21:51 +02:00

set highlighter for sass and red

This commit is contained in:
Samantha McVey
2016-12-31 15:43:35 -08:00
parent d44e950956
commit 4d4dae03ea
2 changed files with 3 additions and 2 deletions

View File

@@ -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.