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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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