-
Notifications
You must be signed in to change notification settings - Fork 144
Support CSS3 calc() #79
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
Comments
I think it’s better to add a |
hey, is there any change |
Hi there, For example, we got this line in our .less file: The parser hits an exception when it goes over the * character. |
is there any news? |
I don’t have time to work on this now or in the near future but pull-requests are always welcome. |
Can this be closed now? |
we don't use it anymore :-\ |
I’ll close this as soon as I make a release.
|
Released with 8.2.0 |
Fixes MyIntervals#79 Fixes MyIntervals#131 Fixes 133
Following document throws
Sabberworm\CSS\Parsing\UnexpectedTokenException
with messageIdentifier expected. Got “+ 20p”
. This is expected to be valid CSS document:The parser is initialized like this:
I think
Parser::parseValue()
would need to be modified but I have no idea how to fix this.The text was updated successfully, but these errors were encountered: