swc/crates/swc_css_parser/tests/fixture/rome/font/output.json
2021-11-12 19:37:05 +09:00

80 lines
1.7 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 30,
"ctxt": 0
},
"rules": [
{
"type": "FontFaceRule",
"span": {
"start": 0,
"end": 29,
"ctxt": 0
},
"block": {
"type": "Block",
"span": {
"start": 11,
"end": 29,
"ctxt": 0
},
"items": [
{
"type": "Declaration",
"span": {
"start": 14,
"end": 26,
"ctxt": 0
},
"property": {
"type": "Identifier",
"span": {
"start": 14,
"end": 17,
"ctxt": 0
},
"value": "src",
"raw": "src"
},
"value": [
{
"type": "FnValue",
"span": {
"start": 19,
"end": 26,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 19,
"end": 22,
"ctxt": 0
},
"value": "url",
"raw": "url"
},
"args": [
{
"type": "String",
"span": {
"start": 23,
"end": 25,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
]
}
],
"important": null
}
]
}
}
]
}