1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Merge pull request #3750 from Kyle-Mendes/patch-1

[en/sass] Update Sass Example to use proper syntax highlighting
This commit is contained in:
Divay Prakash
2020-01-24 20:11:24 +05:30
committed by GitHub

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.