UNPKG
@lorenzo.franzone/tws
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tailwind 4 Styles Generator
@lorenzo.franzone/tws
/
dist
/
modules
/
spacing
/
config
/
config-example.json
16 lines
•
344 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"outDir"
:
"src/styles/tws/spacing"
,
"data"
:
{
"sizes"
:
{
"1x"
:
[
8
,
16
]
,
"2x"
:
[
10
,
24
]
,
"3x"
:
[
12
,
32
]
,
"4x"
:
[
16
,
48
]
,
"5x"
:
[
20
,
64
]
,
"6x"
:
[
24
,
80
]
,
"7x"
:
[
32
,
96
]
,
"8x"
:
[
48
,
128
]
,
"9x"
:
[
64
,
160
]
}
}
}