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

var not allowed in media (declaration) #147

@willstdueswissen

Description

@willstdueswissen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions