swc/crates/swc_css_parser/tests/fixture/at-rule/media/output.json

49 lines
788 B
JSON
Raw Normal View History

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 37,
"ctxt": 0
},
"rules": [
{
"type": "MediaRule",
"span": {
"start": 0,
"end": 17,
"ctxt": 0
},
"query": {
"type": "Identifier",
"span": {
"start": 8,
"end": 14,
"ctxt": 0
},
"value": "screen",
"raw": "screen"
},
"rules": []
},
{
"type": "MediaRule",
"span": {
"start": 18,
"end": 36,
"ctxt": 0
},
"query": {
"type": "Identifier",
"span": {
"start": 26,
"end": 33,
"ctxt": 0
},
"value": "screen",
"raw": "\\screen"
},
"rules": []
}
]
}