Skip to content
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

Add support for the 'fr' unit #131

Closed
rigdern opened this issue Jan 7, 2015 · 0 comments · Fixed by #144
Closed

Add support for the 'fr' unit #131

rigdern opened this issue Jan 7, 2015 · 0 comments · Fixed by #144

Comments

@rigdern
Copy link

rigdern commented Jan 7, 2015

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:

.my-grid {
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
}
nschonni added a commit that referenced this issue Aug 5, 2015
[Fix #131] Add support for the 'fr' unit
gouch pushed a commit to gouch/parser-lib that referenced this issue Jan 9, 2016
gouch pushed a commit to gouch/parser-lib that referenced this issue Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant