Skip to content

Commit 4f7e5da

Browse files
garybnatefaubion
authored andcommitted
Use attr rather than prop for style to fix Safari bug (#17)
1 parent bb5f3a2 commit 4f7e5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Halogen/HTML/CSS.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Halogen.HTML.Core as HC
3636
-- | ```
3737
style i r. CSS HP.IProp (style String|r) i
3838
style =
39-
HP.prop (HC.PropName "style")
39+
HP.attr (HC.AttrName "style")
4040
<<< toString
4141
<<< rules
4242
<<< runS

0 commit comments

Comments
 (0)