-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss-map.json
More file actions
105 lines (103 loc) · 2.7 KB
/
css-map.json
File metadata and controls
105 lines (103 loc) · 2.7 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"media":
{
"xs" : "sm",
"sm" : "sm",
"md" : "md",
"lg" : "lg",
"xl" : "xl"
},
"grid":
{
"1" : "1/6",
"2" : "1/5",
"3" : "1/4",
"4" : "1/3",
"5" : "2/5",
"6" : "1/2",
"7" : "3/5",
"8" : "2/3",
"9" : "3/4",
"10" : "4/5",
"11" : "5/6",
"12" : "full"
},
"colors":
{
"xs" : "sm",
"sm" : "sm",
"md" : "md",
"lg" : "lg",
"xl" : "xl"
},
"general":
{
"container-fluid" : "container mx-auto",
"container" : "container mx-auto",
"embed-responsive" : "",
"embed-responsive-item" : "",
"embed-responsive-21by9" : "",
"embed-responsive-16by9" : "",
"embed-responsive-4by3" : "",
"embed-responsive-1by1" : "",
"text-hide" : "",
"sr-only" : "",
"sr-only-focusable" : "",
"img-fluid" : "max-w-full h-auto",
"img-thumbnail" : "max-w-full h-auto border-1 border-grey rounded p-1",
"table" : "w-full max-w-full mb-4 bg-transparent",
"table-sm" : "p-1",
"table-responsive" : "block w-full overflow-auto scrolling-touch",
"table-responsive-{regex_string}" : "block w-full overflow-auto scrolling-touch",
"figure" : "inline-block mb-4",
"figure-img" : "mb-2 leading-none",
"figure-caption" : "text-grey",
"fade" : "opacity-0",
"show" : "opacity-100 block",
"disabled" : "opacity-75",
"collapsing" : "relative h-0 overflow-hidden ",
"close" : "absolute pin-t pin-b pin-r px-4 py-3",
"jumbotron" : "py-8 px-4 mb-8 bg-grey-lighter rounded",
"jumbotron-fluid" : "pr-0 pl-0 rounded-none"
},
"convertGrid":
{},
"convertMediaObject":
{},
"convertBorders":
{},
"convertColors":
{},
"convertDisplay":
{},
"convertFlexElements":
{},
"convertSizing":
{},
"convertSpacing":
{},
"convertText":
{},
"convertCards":
{},
"convertBadges":
{},
"convertBreadcrumb":
{},
"convertButtons":
{},
"convertDropdowns":
{},
"convertForms":
{},
"convertInputGroups":
{},
"convertListGroups":
{},
"convertModals":
{},
"convertNavs":
{},
"convertPagination":
{}
}