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 15:54:35 +00:00
"forms": true,
2018-10-02 19:25:44 +00:00
"input-groups": true,
2018-10-01 20:02:03 +00:00
"responsive-utilities":true,
"panels": true,
"type": true
},
2018-10-01 20:02:03 +00:00
"scripts": false,
"styleNamespace": ".tw-bs"
}