mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
50 lines
862 B
JSON
50 lines
862 B
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 23,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 23,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "FnValue",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 22,
|
|
"ctxt": 0
|
|
},
|
|
"name": {
|
|
"type": "Text",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 11,
|
|
"ctxt": 0
|
|
},
|
|
"value": "url",
|
|
"raw": "url"
|
|
},
|
|
"args": [
|
|
{
|
|
"type": "String",
|
|
"span": {
|
|
"start": 12,
|
|
"end": 21,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo.css",
|
|
"raw": "\"foo.css\""
|
|
}
|
|
]
|
|
},
|
|
"condition": null
|
|
}
|
|
]
|
|
}
|