Closed waddlaw closed 7 years ago
You will likely have to make this one yourself. But it's easy. Inspecting the source led to this:
import Clay.Stylesheet
main = putCss $ prefixed (browsers <> "box-shadow") ("none" :: Value)
@3noch thanks a lot!
Clay
doesn't export prefixed
...
Clay.Stylesheet
very useful for me.
I didn't know that at all!
thanks.
@waddlaw Glad to help. I still think it'd be much better if there were a nice API for this.
My test code following:
boxShadow none
is invalid code. but, I want to this.What should I do?