mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Update Sass Example to use proper syntax highlighting
This commit is contained in:
parent
a4006483fe
commit
dfc80dc813
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user