pull/10077/head
navorite 3 years ago
parent 7c18385612
commit 241c629d55

@ -153,10 +153,10 @@ function read_selector_list(parser, inside_pseudo_class = false) {
/** @type {import('#compiler').Css.Selector[]} */
const children = [];
const start = parser.index;
parser.allow_whitespace();
const start = parser.index;
while (parser.index < parser.template.length) {
children.push(read_selector(parser, inside_pseudo_class));

@ -495,7 +495,7 @@
"name": "nth-child",
"args": {
"type": "SelectorList",
"start": 476,
"start": 485,
"end": 486,
"children": [
{

@ -243,7 +243,7 @@
"name": "is",
"args": {
"type": "SelectorList",
"start": 310,
"start": 313,
"end": 329,
"children": [
{

Loading…
Cancel
Save