1
0
Fork 0
web-jbeyerstedt/.brackets.json

15 lines
266 B
JSON

{
"sass.enabled": false,
"path": {
"assets/scss/main.scss": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../css/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
}
}
}
}