This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-03
Channels
- # admin-announcements (241)
- # beginners (53)
- # boot (134)
- # cider (20)
- # clara (3)
- # clojure (170)
- # clojure-argentina (13)
- # clojure-brasil (1)
- # clojure-canada (3)
- # clojure-italy (9)
- # clojure-nl (3)
- # clojure-russia (55)
- # clojurescript (115)
- # code-reviews (18)
- # cursive (8)
- # datomic (14)
- # events (8)
- # hoplon (51)
- # immutant (38)
- # jobs (8)
- # ldnclj (11)
- # melbourne (6)
- # off-topic (2)
- # om (5)
- # onyx (9)
- # re-frame (3)
- # reagent (8)
- # sneer-br (1)
- # sydney (1)
- # testing (14)
Has anyone used vendor prefixes in inline styles in Om? I need a -webkit-transform
style set dynamically on an element.
I'm investigating this JS library https://github.com/nmn/react-stylePrefixr
@adamfrey: inline styles are data, data can be manipulated by code https://github.com/darwin/faceboard/blob/master/frontend/src/faceboard/helpers/utils.cljs#L23 https://github.com/darwin/faceboard/blob/master/frontend/src/faceboard/views/boards/people/card_basic_info.cljs#L35
for static css I used http://leaverou.github.io/prefixfree/