swc/css/parser/tests/fixture/esbuild/misc/aVoVLZHijXjMsJvx4rbJGQ/output.json
2021-10-27 03:38:05 +09:00

77 lines
1.6 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 26,
"ctxt": 0
},
"rules": [
{
"type": "ViewportRule",
"span": {
"start": 0,
"end": 26,
"ctxt": 0
},
"block": {
"type": "Block",
"span": {
"start": 10,
"end": 26,
"ctxt": 0
},
"items": [
{
"type": "Declaration",
"span": {
"start": 12,
"end": 24,
"ctxt": 0
},
"property": {
"type": "Text",
"span": {
"start": 12,
"end": 17,
"ctxt": 0
},
"value": "width",
"raw": "width"
},
"value": [
{
"type": "UnitValue",
"span": {
"start": 19,
"end": 24,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 19,
"end": 22,
"ctxt": 0
},
"value": 100.0,
"raw": "100"
},
"unit": {
"span": {
"start": 22,
"end": 24,
"ctxt": 0
},
"value": "vw",
"raw": "vw"
}
}
],
"important": null
}
]
}
}
]
}