Skip to content

Media queries support #3

@ortizvinicius

Description

@ortizvinicius

Currently there is no media queries support, you need to add a text, like this:

$cshp->text("@media screen and (min-width: 768px) {")
$cshp->rule(...)
$cshp->text("}")

In next version will look something like this:
$cshp->rule("a", ["td:n"], ["screen", "768px"]);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions