cljss icon indicating copy to clipboard operation
cljss copied to clipboard

Is it possible to combine nestet style with css media query ?

Open mapkuff opened this issue 5 years ago • 0 comments

something like this

 (defstyles poc-style []
       {".content-wrapper" {::css/media {[:only :screen :and [:min-width "992px"]] {:padding "10rem"}}})

mapkuff avatar Jan 08 '20 11:01 mapkuff