Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

@supports CSS Feature Queries not working #363

@sanderjongsma

Description

@sanderjongsma

When trying to use @supports, the output is nothing. For example:

@supports (display: grid) {
// code that will only run if CSS Grid is supported by the browser
display: grid;
}
The output is simply null.

I'm guessing it's trying to treat @supports as a variable instead of literally, like @media.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions