Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

var not allowed in media (declaration) #147

Open
willstdueswissen opened this issue Oct 4, 2016 · 0 comments
Open

var not allowed in media (declaration) #147

willstdueswissen opened this issue Oct 4, 2016 · 0 comments

Comments

@willstdueswissen
Copy link

willstdueswissen commented Oct 4, 2016

first question:

this:
@Custom-Media --smaller-media only screen and (max-width: var(--smaller-max-width));

compiles to:
@media only screen and (max-width: var(--smaller-max-width)) {

also this:
@media only screen and (max-width: var(--smaller-max-width)) {

compiles to nothing (error: ARNING: undefined CSS custom media alias "--smaller-max-width")

why?

and second, is the mainter avaible?
Or is the project not longer maintained?

@willstdueswissen willstdueswissen changed the title var not allowed i costum-media var not allowed in media (declaration) Oct 4, 2016
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