You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
For line is a constant property-value and \b regrads - as a word boundary, it goes wrong.
Same issue with constant font-name.
ES5 doesn't support lookbehind assertions, I'm not sure how to solve it.
Maybe property-values should match <ident-token> first and then constant property-value?
The text was updated successfully, but these errors were encountered:
See following example:
: line-scale;
generates:For
line
is a constant property-value and\b
regrads-
as a word boundary, it goes wrong.Same issue with constant font-name.
ES5 doesn't support lookbehind assertions, I'm not sure how to solve it.
Maybe property-values should match
<ident-token>
first and then constant property-value?The text was updated successfully, but these errors were encountered: