SCSS isnt SASS

This commit is contained in:
Arfon Smith
2014-12-03 10:12:58 -06:00
parent d06529fd14
commit e9036d675e
2 changed files with 1 additions and 14 deletions

View File

@@ -1864,7 +1864,7 @@ Oxygene:
extensions:
- .oxygene
tm_scope: none
Oz:
type: programming
color: "#fcaf3e"
@@ -2383,7 +2383,6 @@ Sass:
group: CSS
extensions:
- .sass
- .scss
Scala:
type: programming

View File

@@ -1,12 +0,0 @@
$blue: #3bbfce;
$margin: 16px;
.content_navigation {
color: $blue;
}
.border {
padding: $margin / 2;
margin: $margin / 2;
border: 2px $blue solid;
}