houdini/.bootstraprc

17 lines
319 B
Text
Raw Normal View History

{
"bootstrapVersion": 3,
"styleLoaders": ["style", "css", "sass"],
"extractStyles": true,
"styles": {
"mixins": true,
"grid": true,
2018-06-21 10:54:35 -05:00
"forms": true,
2018-10-02 14:25:44 -05:00
"input-groups": true,
2018-10-01 15:02:03 -05:00
"responsive-utilities":true,
"panels": true,
"type": true
},
2018-10-01 15:02:03 -05:00
"scripts": false,
"styleNamespace": ".tw-bs"
}