We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
style
1 parent bb5f3a2 commit 4f7e5daCopy full SHA for 4f7e5da
src/Halogen/HTML/CSS.purs
@@ -36,7 +36,7 @@ import Halogen.HTML.Core as HC
36
-- | ```
37
style ∷ ∀ i r. CSS → HP.IProp (style ∷ String|r) i
38
style =
39
- HP.prop (HC.PropName "style")
+ HP.attr (HC.AttrName "style")
40
<<< toString
41
<<< rules
42
<<< runS
0 commit comments