下面是sass的json設(shè)置文件。我試著調(diào)整它,但它沒有任何好轉(zhuǎn)的跡象。任何其他帶有sass d的教程都不會有與我的代碼相同的以下輸出。
"liveSassCompile.settings.includeItems": [
//This is Default
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/dist/css"
}
],
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": null,
"savePathReplacementPairs": null
}
],
"window.commandCenter": true,
"liveServer.settings.donotVerifyTags": true,
"cSpell.userWords": [
"macbook"
],
"[html]": {
"breadcrumbs.showArrays": true,
"editor.suggest.insertMode": "replace"
},
"files.associations": {
"*.html": "html"
},
"[plaintext]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false
},
"workbench.colorTheme": "Adapta Nokto",
"vsicons.dontShowNewVersionMessage": true,
"RainbowBrackets.depreciation-notice": false,
"material-icon-theme.files.associations": {},
"liveSassCompile.settings.useNewCompiler": false
}
我嘗試修改語法并查看其他模板