Skip to content

Add support for the 'fr' unit #131

@rigdern

Description

@rigdern

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions