{ "html": { "start": 0, "end": 14, "type": "Fragment", "children": [ { "start": 0, "end": 14, "type": "Element", "name": "div", "attributes": [], "children": [ { "start": 5, "end": 8, "type": "Text", "data": "foo" } ] } ] }, "css": { "start": 16, "end": 56, "attributes": [], "content": { "start": 23, "end": 48, "styles": "\n\tdiv {\n\t\tcolor: red;\n\t}\n" }, "children": [ { "type": "Rule", "start": 25, "end": 47, "selector": { "type": "SelectorList", "start": 25, "end": 28, "children": [ { "type": "Selector", "start": 25, "end": 28, "children": [ { "type": "TypeSelector", "start": 25, "end": 28, "name": "div" } ] } ] }, "block": { "type": "Block", "start": 29, "end": 47, "children": [ { "type": "Declaration", "start": 33, "end": 43, "important": false, "property": "color", "value": { "type": "Value", "start": 39, "end": 43, "children": [ { "type": "Identifier", "start": 40, "end": 43, "name": "red" } ] } } ] } } ] }, "js": null }