UNPKG
@crossed/theme
Version:
beta (1.0.1-beta.2)
latest (3.1.2)
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.22
2.0.0-beta.21
2.0.0-beta.20
2.0.0-beta.19
2.0.0-beta.18
2.0.0-beta.17
2.0.0-beta.16
2.0.0-beta.15
2.0.0-beta.14
1.1.0-beta.13
1.1.0-beta.12
1.1.0-beta.11
1.1.0-beta.10
1.1.0-beta.9
1.1.0-beta.8
1.1.0-beta.7
1.1.0-beta.6
1.1.0-beta.5
1.0.1-beta.4
1.0.1-beta.3
1.0.1-beta.2
unicons
@crossed/theme
/
lib
/
module
/
space.js
24 lines
(23 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
const
space
=
{
none:
0
,
xxs:
2
,
xs:
4
,
sm:
6
,
md:
8
,
lg:
12
,
xl:
16
,
xxl:
20
,
"3xl":
24
,
"4xl":
32
,
"5xl":
40
,
"6xl":
48
,
"7xl":
64
,
"8xl":
80
,
"9xl":
96
,
"10xl":
128
,
"11xl":
160
}
;
export
{
space
}
;
//#
sourceMappingURL=space.js.map