Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Support @media Queries #8

Open
ElbekDeveloper opened this issue Jun 7, 2024 · 0 comments
Open

FEATURE: Support @media Queries #8

ElbekDeveloper opened this issue Jun 7, 2024 · 0 comments

Comments

@ElbekDeveloper
Copy link

ElbekDeveloper commented Jun 7, 2024

The Problem

We need to develop a feature that allows us wrap the classes with its styles in media queries. Library should be able to generate the following:

<style type="text/css">

 @@media (max-width: 480px) {
    .card-division {
        margin: 0 12px;
    }
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant