web-bey/.brackets.json
2020-04-04 23:56:19 +02:00

13 lines
279 B
JSON

{
"sass.enabled": false,
"path": {
"scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../",
"sourceComments": false,
"outputStyle": "compressed"
}
}
}
}