Tokenizing grid property with line names are interpreted incorrectly #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey @marijnh,
It seems like tokenizing this not working correctly:
The property declaration is resolved to be a
RuleSetinstead of aDeclaration.Can you take a look please? :)
What is that
[linename1]syntax? Is that CSS, some extension, or just a placeholder in your example?It's CSS syntax: https://drafts.csswg.org/css-grid/#typedef-line-names
That wasn't part of our CSS parser yet. Can you check if the attached patch helps with this?
Yep, this solves our issue; thanks! :)