mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
SCSS isnt SASS
This commit is contained in:
@@ -1864,7 +1864,7 @@ Oxygene:
|
|||||||
extensions:
|
extensions:
|
||||||
- .oxygene
|
- .oxygene
|
||||||
tm_scope: none
|
tm_scope: none
|
||||||
|
|
||||||
Oz:
|
Oz:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#fcaf3e"
|
color: "#fcaf3e"
|
||||||
@@ -2383,7 +2383,6 @@ Sass:
|
|||||||
group: CSS
|
group: CSS
|
||||||
extensions:
|
extensions:
|
||||||
- .sass
|
- .sass
|
||||||
- .scss
|
|
||||||
|
|
||||||
Scala:
|
Scala:
|
||||||
type: programming
|
type: programming
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
$blue: #3bbfce;
|
|
||||||
$margin: 16px;
|
|
||||||
|
|
||||||
.content_navigation {
|
|
||||||
color: $blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.border {
|
|
||||||
padding: $margin / 2;
|
|
||||||
margin: $margin / 2;
|
|
||||||
border: 2px $blue solid;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user