{
  "type": "Stylesheet",
  "span": {
    "start": 1,
    "end": 45,
    "ctxt": 0
  },
  "rules": [
    {
      "type": "QualifiedRule",
      "span": {
        "start": 1,
        "end": 44,
        "ctxt": 0
      },
      "prelude": {
        "type": "SelectorList",
        "span": {
          "start": 1,
          "end": 4,
          "ctxt": 0
        },
        "children": [
          {
            "type": "ComplexSelector",
            "span": {
              "start": 1,
              "end": 4,
              "ctxt": 0
            },
            "children": [
              {
                "type": "CompoundSelector",
                "span": {
                  "start": 1,
                  "end": 4,
                  "ctxt": 0
                },
                "nestingSelector": null,
                "typeSelector": {
                  "type": "TagNameSelector",
                  "span": {
                    "start": 1,
                    "end": 4,
                    "ctxt": 0
                  },
                  "name": {
                    "type": "WqName",
                    "span": {
                      "start": 1,
                      "end": 4,
                      "ctxt": 0
                    },
                    "prefix": null,
                    "value": {
                      "type": "Ident",
                      "span": {
                        "start": 1,
                        "end": 4,
                        "ctxt": 0
                      },
                      "value": "foo",
                      "raw": "foo"
                    }
                  }
                },
                "subclassSelectors": []
              }
            ]
          }
        ]
      },
      "block": {
        "type": "SimpleBlock",
        "span": {
          "start": 5,
          "end": 44,
          "ctxt": 0
        },
        "name": "{",
        "value": [
          {
            "type": "Declaration",
            "span": {
              "start": 31,
              "end": 41,
              "ctxt": 0
            },
            "name": {
              "type": "Ident",
              "span": {
                "start": 31,
                "end": 36,
                "ctxt": 0
              },
              "value": "color",
              "raw": "color"
            },
            "value": [
              {
                "type": "Ident",
                "span": {
                  "start": 38,
                  "end": 41,
                  "ctxt": 0
                },
                "value": "red",
                "raw": "red"
              }
            ],
            "important": null
          }
        ]
      }
    }
  ]
}