Update Sass Example to use proper syntax highlighting

This commit is contained in:
Kyle Mendes 2019-10-31 18:37:56 -05:00 committed by GitHub
parent a4006483fe
commit dfc80dc813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
```sass
```scss
//Single line comments are removed when Sass is compiled to CSS.