-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📎 CSS parser parses sequence of custom idents for @font-feature-values
#1743
Comments
@font-feature-values
@font-feature-values
@kubijo could you please make a comment here? |
I could, but I don't think I'm the one you wanted to mention |
@kubijo I'm sorry))) I've copied a wrong tag)) |
I can make a comment here 😁 |
@denbezrukov @unvalley I'm struggling a little bit figuring out what the correct way of implementing the syntax would be. Something like this?
Or would it be something like
Or am I completely off? Any nudge in the correct direction would be greatly appreciated. |
I believe we need to go with:
|
Thanks for the feedback, that helps a lot. |
I have tried to fix this issue, but have not been able to get to a working solution. If anyone wants to take this issue it would be ok with me, I don't think Ill manage to find a working solution. |
Description
We need to extend the current implementation to support a sequence of custom idents.
For example:
We have in our css ungram:
We need to implement a list of CssCustomIdentifier to support the syntax.
The text was updated successfully, but these errors were encountered: