hassanhabib/SharpStyles

FEATURE: Support @media Queries

Opened this issue · 0 comments

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>