You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: