Adding support for SCSS and Sass files.
This commit is contained in:
6
testdata/initial/file.sass
vendored
Normal file
6
testdata/initial/file.sass
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
$font-stack: Helvetica, sans-serif
|
||||
$primary-color: #333
|
||||
|
||||
body
|
||||
font: 100% $font-stack
|
||||
color: $primary-color
|
||||
6
testdata/initial/file.scss
vendored
Normal file
6
testdata/initial/file.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.div {
|
||||
color: red;
|
||||
.child{
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user