changed markdown syntax specification sass -> scss

dev
David Manning 2014-01-10 15:47:07 -08:00
parent 6b65a312f4
commit 5a92cdf16c
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@ If you want to use imports or partials templates, you'll need to pass the ```inc
scss/includes/_settings.scss:
```sass
```scss
$blue: #3bbfce;
$margin: 16px;
```
scss/style.scss:
```sass
```scss
@import "settings";
.content-navigation {