swc/crates/swc_css_parser/tests/fixture/rome/values/output.json

592 lines
14 KiB
JSON

{
"type": "Stylesheet",
"span": {
"start": 0,
"end": 183,
"ctxt": 0
},
"rules": [
{
"type": "QualifiedRule",
"span": {
"start": 0,
"end": 36,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 0,
"end": 9,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 0,
"end": 9,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 0,
"end": 9,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"value": "p",
"raw": "p"
}
}
},
"subclassSelectors": [
{
"type": "PseudoElementSelector",
"span": {
"start": 1,
"end": 9,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 3,
"end": 9,
"ctxt": 0
},
"value": "before",
"raw": "before"
},
"children": null
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 10,
"end": 36,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 13,
"end": 33,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 13,
"end": 20,
"ctxt": 0
},
"value": "content",
"raw": "content"
},
"value": [
{
"type": "String",
"span": {
"start": 22,
"end": 33,
"ctxt": 0
},
"value": " content ",
"raw": "' content '"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 38,
"end": 115,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 38,
"end": 45,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 38,
"end": 45,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 38,
"end": 45,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": null,
"subclassSelectors": [
{
"type": "ClassSelector",
"span": {
"start": 38,
"end": 45,
"ctxt": 0
},
"text": {
"type": "Ident",
"span": {
"start": 39,
"end": 45,
"ctxt": 0
},
"value": "number",
"raw": "number"
}
}
]
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 46,
"end": 115,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 49,
"end": 62,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 49,
"end": 56,
"ctxt": 0
},
"value": "opacity",
"raw": "opacity"
},
"value": [
{
"type": "Number",
"span": {
"start": 58,
"end": 62,
"ctxt": 0
},
"value": 0.001,
"raw": "1e-3"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 65,
"end": 81,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 65,
"end": 76,
"ctxt": 0
},
"value": "line-height",
"raw": "line-height"
},
"value": [
{
"type": "Number",
"span": {
"start": 78,
"end": 81,
"ctxt": 0
},
"value": 0.2,
"raw": "0.2"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 84,
"end": 94,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 84,
"end": 89,
"ctxt": 0
},
"value": "width",
"raw": "width"
},
"value": [
{
"type": "Percentage",
"span": {
"start": 91,
"end": 94,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 91,
"end": 93,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 97,
"end": 112,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 97,
"end": 107,
"ctxt": 0
},
"value": "margin-top",
"raw": "margin-top"
},
"value": [
{
"type": "Percentage",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"value": {
"type": "Number",
"span": {
"start": 109,
"end": 111,
"ctxt": 0
},
"value": -5.0,
"raw": "-5"
}
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 117,
"end": 139,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 117,
"end": 120,
"ctxt": 0
},
"value": "foo",
"raw": "foo"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 121,
"end": 139,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 124,
"end": 137,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 124,
"end": 129,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 131,
"end": 137,
"ctxt": 0
},
"value": "yellow",
"raw": "yellow"
}
],
"important": null
}
]
}
},
{
"type": "QualifiedRule",
"span": {
"start": 141,
"end": 182,
"ctxt": 0
},
"prelude": {
"type": "SelectorList",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"children": [
{
"type": "ComplexSelector",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"children": [
{
"type": "CompoundSelector",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"nestingSelector": null,
"typeSelector": {
"type": "TagNameSelector",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"name": {
"type": "WqName",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"prefix": null,
"value": {
"type": "Ident",
"span": {
"start": 141,
"end": 144,
"ctxt": 0
},
"value": "bar",
"raw": "bar"
}
}
},
"subclassSelectors": []
}
]
}
]
},
"block": {
"type": "SimpleBlock",
"span": {
"start": 145,
"end": 182,
"ctxt": 0
},
"name": "{",
"value": [
{
"type": "Declaration",
"span": {
"start": 148,
"end": 161,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 148,
"end": 153,
"ctxt": 0
},
"value": "color",
"raw": "color"
},
"value": [
{
"type": "Ident",
"span": {
"start": 155,
"end": 161,
"ctxt": 0
},
"value": "yellow",
"raw": "yellow"
}
],
"important": null
},
{
"type": "Declaration",
"span": {
"start": 164,
"end": 180,
"ctxt": 0
},
"name": {
"type": "Ident",
"span": {
"start": 164,
"end": 174,
"ctxt": 0
},
"value": "background",
"raw": "background"
},
"value": [
{
"type": "Ident",
"span": {
"start": 176,
"end": 180,
"ctxt": 0
},
"value": "none",
"raw": "none"
}
],
"important": null
}
]
}
}
]
}