VSCode Sass support

This commit is contained in:
Jörn-Michael Miehe 2022-11-03 17:49:25 +00:00
parent f707494058
commit 689013e202
3 changed files with 7 additions and 3 deletions

View file

@ -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"
] ]
} }
}, },

View file

@ -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
} }

View file

@ -1,3 +1,3 @@
@charset "utf-8"; @charset "utf-8";
@import "~bulma/bulma"; @import "~bulma/bulma.sass";