mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
29 lines
421 B
JSON
29 lines
421 B
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 8,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 20,
|
|
"end": 21,
|
|
"ctxt": 0
|
|
},
|
|
"value": "foo.css"
|
|
},
|
|
"condition": null
|
|
}
|
|
]
|
|
}
|