I’m trying to declare a media query for the CSS I’m using, written with purescript-css. Does anyone have a snippet that demonstrates this? The Media Query type in CSS.Stylesheet is
MediaQuery (Maybe NotOrOnly) MediaType (NonEmpty Array Feature)
I’m not sure where to put this. Then I see
query :: MediaType -> NonEmpty Array Feature -> CSS -> CSS
If anyone has an example of this it would be greatly appreciated.