mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
9eb45e8515
swc_css_parser: - Allow lowercase for @at-rules.
101 lines
1.7 KiB
JSON
101 lines
1.7 KiB
JSON
{
|
|
"type": "Stylesheet",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 130,
|
|
"ctxt": 0
|
|
},
|
|
"rules": [
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 0,
|
|
"end": 27,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 8,
|
|
"end": 26,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./style.css"
|
|
},
|
|
"condition": null
|
|
},
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 28,
|
|
"end": 55,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 36,
|
|
"end": 54,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./style.css"
|
|
},
|
|
"condition": null
|
|
},
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 56,
|
|
"end": 78,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 64,
|
|
"end": 77,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./style.css"
|
|
},
|
|
"condition": null
|
|
},
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 79,
|
|
"end": 101,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 87,
|
|
"end": 100,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./style.css"
|
|
},
|
|
"condition": null
|
|
},
|
|
{
|
|
"type": "ImportRule",
|
|
"span": {
|
|
"start": 102,
|
|
"end": 129,
|
|
"ctxt": 0
|
|
},
|
|
"src": {
|
|
"type": "String",
|
|
"span": {
|
|
"start": 110,
|
|
"end": 128,
|
|
"ctxt": 0
|
|
},
|
|
"value": "./style.css"
|
|
},
|
|
"condition": null
|
|
}
|
|
]
|
|
}
|