cljss
cljss copied to clipboard
Is it possible to combine nestet style with css media query ?
something like this
(defstyles poc-style []
{".content-wrapper" {::css/media {[:only :screen :and [:min-width "992px"]] {:padding "10rem"}}})