How can we add media queries using kotlin-wrappers...
# javascript
a
How can we add media queries using kotlin-wrappers/kotlin-styled?
t
In case if wrapper doesn’t exist:
Copy code
css {
    "@media(...)" {
        // configuration
    }
}
K 1
🙏 1