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

@supports CSS Feature Queries not working #363

Open
sanderjongsma opened this issue Jun 8, 2018 · 0 comments
Open

@supports CSS Feature Queries not working #363

sanderjongsma opened this issue Jun 8, 2018 · 0 comments

Comments

@sanderjongsma
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant