OLD | NEW |
(Empty) | |
| 1 a {} |
| 2 p, div {} |
| 3 #foobar .foo {} |
| 4 &:hover {} |
| 5 &-sidebar {} |
| 6 #context a%extreme {} |
| 7 #{$selector}:before {} |
| 8 |
| 9 ---------------------------------------------------- |
| 10 |
| 11 [ |
| 12 ["selector", ["a "]], ["punctuation", "{"], ["punctuation", "}"], |
| 13 ["selector", ["p, div "]], ["punctuation", "{"], ["punctuation", "}"], |
| 14 ["selector", ["#foobar .foo "]], ["punctuation", "{"], ["punctuation", "
}"], |
| 15 ["selector", ["&:hover "]], ["punctuation", "{"], ["punctuation", "}"], |
| 16 ["selector", ["&-sidebar "]], ["punctuation", "{"], ["punctuation", "}"]
, |
| 17 ["selector", ["#context a", ["placeholder", "%extreme"]]], ["punctuation
", "{"], ["punctuation", "}"], |
| 18 ["selector", ["#{$selector}:before "]], ["punctuation", "{"], ["punctuat
ion", "}"] |
| 19 ] |
| 20 |
| 21 ---------------------------------------------------- |
| 22 |
| 23 Checks for selectors. |
OLD | NEW |