web-default/.brackets.json

22 lines
576 B
JSON
Raw Normal View History

2020-04-04 23:18:50 +00:00
{
"sass.enabled": false,
"path": {
"scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../",
"sourceComments": false,
"outputStyle": "compressed"
}
2020-09-08 20:36:51 +00:00
},
"scss/bootstrap-4.5.2/scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../../../",
"sourceComments": false,
"outputStyle": "compressed"
},
"linting.collapsed": false
2020-04-04 23:18:50 +00:00
}
}
2020-09-08 20:36:51 +00:00
}