web-bey/.brackets.json

14 lines
280 B
JSON
Raw Normal View History

2020-04-04 21:56:19 +00:00
{
"sass.enabled": false,
"path": {
"scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../",
"sourceComments": false,
"outputStyle": "compressed"
}
}
}
}