-
Notifications
You must be signed in to change notification settings - Fork 24
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
Semantic distinction between an IDENT and a STRING within the CSSExpressionMemberTermSimple #75
Comments
That's a tricky one, because that means, that I need to use different data types internally, which will bloat the data model a bit more. But I can understand why it would make sense. As a heurisitc you can say everything that starts with |
That's what i acutally do, i check whether the value is surrounded by |
…iteral or an identifier
Here's a PR (if you like) |
Thanks for providing this patch - is that urgent for you? Than I can build a 6.4.2 version |
No worries. Do you normal release schedule. I can work with my fork. In the long run, i once want to switch to your release build rather than using the local fork. |
Great thanks. Closing this issue for now. |
It'd quite useful to be able to distinct between an IDENT and a STRING on CSSExpressionMemberTermSimple member (needed for instance for the
image()
function, where one can pass a url as a simple string literal along with a color to be used, i.e. image('dark.png', blue))This distinction might be useful at ohter places too.
The text was updated successfully, but these errors were encountered: