We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The fr unit is part of the CSS Grid spec.
fr
Currently, the parser fails to parse rules that use the 'fr' unit.
Here's an example usage:
.my-grid { display: -ms-grid; -ms-grid-columns: auto 1fr; }
The text was updated successfully, but these errors were encountered:
Merge pull request #144 from kkirsche/patch-3
41b8193
[Fix #131] Add support for the 'fr' unit
[Fix CSSLint#131] Add support for the 'fr' unit
a811e24
fc6f793
Successfully merging a pull request may close this issue.
The
fr
unit is part of the CSS Grid spec.Currently, the parser fails to parse rules that use the 'fr' unit.
Here's an example usage:
The text was updated successfully, but these errors were encountered: