-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.bootstrap.json
50 lines (45 loc) · 1.4 KB
/
custom.bootstrap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{"modules": {
"normalize": true,
"print": false,
"scaffolding": true,
"type": true,
"code": false,
"grid": true,
"tables": false,
"forms": true,
"buttons": true,
"glyphicons": true,
"button-groups": false,
"input-groups": true,
"navs": false,
"navbar": false,
"breadcrumbs": false,
"pagination": false,
"pager": false,
"labels": false,
"badges": false,
"jumbotron": true,
"thumbnails": false,
"alerts": true,
"progress-bars": false,
"media": false,
"list-group": false,
"panels": true,
"wells": false,
"close": false,
"component-animations": false,
"dropdowns": false,
"modals": false,
"tooltip": false,
"popovers": false,
"carousel": false,
"affix": false,
"alert": false,
"button": false,
"collapse": false,
"scrollspy": false,
"tab": false,
"transition": false,
"utilities": false,
"responsive-utilities": false
}}