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

Css variables inside media querys not working? #332

Closed
jesperlandberg opened this issue Nov 20, 2016 · 2 comments
Closed

Css variables inside media querys not working? #332

jesperlandberg opened this issue Nov 20, 2016 · 2 comments

Comments

@jesperlandberg
Copy link

jesperlandberg commented Nov 20, 2016

This gives me a warning, shouldn't it be working?

:root {
--primary-color: #111;
}
@media (min-width: 30em) {
:root {
--primary-color: #fff;
}
}
@MoOx
Copy link
Owner

MoOx commented Nov 20, 2016

Not supported yet. Dup of #115.

@MoOx MoOx closed this as completed Nov 20, 2016
@quantuminformation
Copy link

I thought you had to use var(.. for variables?

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

3 participants