VSCode Sass support
This commit is contained in:
parent
f707494058
commit
689013e202
3 changed files with 7 additions and 3 deletions
|
@ -22,7 +22,8 @@
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"octref.vetur"
|
"octref.vetur",
|
||||||
|
"Syler.sass-indented"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
5
ui/.vscode/settings.json
vendored
5
ui/.vscode/settings.json
vendored
|
@ -4,5 +4,8 @@
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
},
|
},
|
||||||
"git.closeDiffOnOperation": true,
|
"git.closeDiffOnOperation": true,
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2,
|
||||||
|
"sass.disableAutoIndent": true,
|
||||||
|
"sass.format.convert": false,
|
||||||
|
"sass.format.deleteWhitespace": true
|
||||||
}
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
@import "~bulma/bulma";
|
@import "~bulma/bulma.sass";
|
Loading…
Reference in a new issue