change latest test selector to lists

pull/6435/head
Ignatius Bagus 5 years ago
parent 4e0ea72f36
commit 0e3a3489c9
No known key found for this signature in database
GPG Key ID: 357C6674A45CC06B

@ -9,8 +9,8 @@
}, },
"end": { "end": {
"line": 5, "line": 5,
"column": 33, "column": 32,
"character": 94 "character": 93
}, },
"pos": 66 "pos": 66
} }

@ -2,7 +2,7 @@
div :global(.a\,bc\] ~ .d\,ef\)) { div :global(.a\,bc\] ~ .d\,ef\)) {
color: red; color: red;
} }
div :global(.abc\] + .def\), h1) { div :global(.abc\], .def\), h1) {
color: red; color: red;
} }
</style> </style>

Loading…
Cancel
Save