1{
2 "template": {
3 "type": "div",
4 "attr": {
5 "value": "importCSS_test"
6 },
7 "classList": [
8 "container"
9 ]
10 },
11 "styles": {
12 ".title": {
13 "fontSize": "50px"
14 },
15 ".container": {
16 "justifyContent": "center"
17 }
18 },
19 "apiVersion": {},
20 "actions": {},
21 "data": {}
22}