@@ -22,15 +22,15 @@ color red
22
22
23
23
[
24
24
["selector", ["div\r\nspan[foo=bar]"]],
25
- ["property-declaration", [["property", ["color"]], " red"]],
25
+ ["property-declaration", [["property", ["color"]], ["color", " red"] ]],
26
26
["selector", ["div input", ["punctuation", ","], "\r\ninput:nth-child(2n)"]],
27
- ["property-declaration", [["property", ["color"]], " red"]],
27
+ ["property-declaration", [["property", ["color"]], ["color", " red"] ]],
28
28
["selector", ["#foo"]],
29
29
["selector", [".bar::before"]],
30
- ["property-declaration", [["property", ["color"]], " red"]],
30
+ ["property-declaration", [["property", ["color"]], ["color", " red"] ]],
31
31
["selector", ["#foo"]],
32
32
["selector", [".bar ", ["punctuation", "{"]]],
33
- ["property-declaration", [["property", ["color"]], " red"]],
33
+ ["property-declaration", [["property", ["color"]], ["color", " red"] ]],
34
34
["punctuation", "}"],
35
35
["selector", [
36
36
["interpolation", [
@@ -41,7 +41,7 @@ color red
41
41
]],
42
42
":hover"
43
43
]],
44
- ["property-declaration", [["property", ["color"]], " red"]]
44
+ ["property-declaration", [["property", ["color"]], ["color", " red"] ]]
45
45
]
46
46
47
47
----------------------------------------------------
0 commit comments