UNPKG
postcss-yu-gothic
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Postcss plugin for Yu Gothic
github.com/nju33/postcss-yu-gothic
nju33/postcss-yu-gothic
postcss-yu-gothic
/
.babelrc
22 lines
(21 loc)
•
266 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"4"
}
}
]
]
,
"env"
:
{
"production"
:
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"4"
}
}
]
,
"babili"
]
}
}
}