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

33 lines
796 B
JSON
Raw Normal View History

{
"sass.enabled": false,
"path": {
2016-03-31 14:56:10 +00:00
"assets/scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../css/",
"includePaths": ["../vendors/bootstrap/scss/"],
"sourceComments": true,
"outputStyle": "nested"
}
2016-03-31 14:56:10 +00:00
},
"assets/scss/templates/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../../css/templates",
"includePaths": ["../../vendors/bootstrap/scss/"],
2016-03-31 14:56:10 +00:00
"sourceComments": true,
"outputStyle": "nested"
}
},
"assets/vendors/bootstrap/scss/*": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../../../css/twbs/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
}
}
}
}