Skip to content

Parse error on new CSS grid property #3092

Description

@DonCarnohan

The parser seems to not like when an area label comes before a css method like minmax.

grid-template-columns: [full-start] 1fr [content] minmax(100%, 1000px) 1fr [full-end];

The above is the example in my code. It is correct formatting for the new CSS Grid feature. Excluding it using ~" ... " causes the page to work. I just figured this shouldn't be necessary.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions