【Live SaSS Compiler】SCSSの出力先を変更する
scssファイルはscssフォルダ、cssファイルはscssフォルダと同階層にあるcssフォルダに出力したい時
bash
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../css", // 「/css」のみだとプロジェクトのルートディレクトリから場所が決まる
"savePathReplacementPairs": null
}
]