Current: ```purs lumiElement qrcode <<< Border.border >>> Border._round >>> S.styleModifier_ ( S.css { padding: S.int 16 , width: S.int 140 } ) $ identity ``` Proposed: ```purs lumiElement qrcode $ Border.border $ Border._round $ S.styleModifier_ ( S.css { padding: S.int 16 , width: S.int 140 } ) $ identity ```
Activity
[#135] Stop using parametric PropModifiers for styles and fix directi…
arthurxavierx commentedon May 21, 2020
Fixed in #145; see this comment.