forked from dnomak/flexiblegs-scss-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflexiblegs.core.json
54 lines (54 loc) · 1.05 KB
/
flexiblegs.core.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
51
52
53
54
{
"name": "flexiblegs",
"version": "3.0.0",
"formats": [
"css", "sass", "less", "stylus"
],
"wrap-name": "wrap",
"flexbox-name": "flexbox",
"layout-name": "size",
"size": [
{
"name": "xl",
"width": "100%"
},
{
"name": "lg",
"width": "1024px"
},
{
"name": "md",
"width": "768px"
},
{
"name": "sm",
"width": "667px"
},
{
"name": "xs",
"width": "414px"
}
],
"col-name": "col",
"col": [
"auto","1","2","3","4","5","6","7","8","9","10","11","12","hidden"
],
"gutter-name": "gutter",
"gutter": [
"out","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"
],
"align-name": "align",
"top-name": "top",
"middle-name": "middle",
"bottom-name": "bottom",
"between-name": "between",
"around-name": "around",
"baseline-name": "baseline",
"center-name": "center",
"left-name": "left",
"right-name": "right",
"first-name": "first",
"last-name": "last",
"reverse-name": "reverse",
"not-name": "not"
}