web-default/.brackets.json

22 lines
576 B
JSON

{
"sass.enabled": false,
"path": {
"scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../",
"sourceComments": false,
"outputStyle": "compressed"
}
},
"scss/bootstrap-4.5.2/scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../../../",
"sourceComments": false,
"outputStyle": "compressed"
},
"linting.collapsed": false
}
}
}