-
Notifications
You must be signed in to change notification settings - Fork 483
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
Support for CSS Grid's new unit fr? #691
Comments
Hi @bjoernwibben , this is something that parser-lib should provide. I've created an issue there. |
Getting this error in Visual Studio 2017: Error errors (CssLint) Unexpected token '1fr' at line 37, col 36. Has this been fixed? |
Getting this error today. Doesn't seem to be fixed. |
Still getting this error. |
Getting error today (9/2018) |
Getting error today (3/2019) |
Getting error in version 1.0.5 (7/2019) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
playing around with the new CSS Grid the line:
grid-template-columns: 1fr 1fr 1fr;
gives the following error:
(errors) Unexpected token '1fr' at line 1, col 26.
Any plans on supporting CSS Grid yet?
Kind regards,
Björn
The text was updated successfully, but these errors were encountered: