UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
test
/
card
/
expected
/
importCSS
/
importCSS.json
22 lines
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"template"
:
{
"type"
:
"div"
,
"attr"
:
{
"value"
:
"importCSS_test"
}
,
"classList"
:
[
"container"
]
}
,
"styles"
:
{
".title"
:
{
"fontSize"
:
"50px"
}
,
".container"
:
{
"justifyContent"
:
"center"
}
}
,
"apiVersion"
:
{
}
,
"actions"
:
{
}
,
"data"
:
{
}
}