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.
2 parents 147aaca + 6e039f5 commit 9d7f83bCopy full SHA for 9d7f83b
src/CSS/Geometry.purs
@@ -66,3 +66,6 @@ marginLeft = key $ fromString "margin-left"
66
67
marginRight :: forall a. Size a -> CSS
68
marginRight = key $ fromString "margin-right"
69
+
70
+lineHeight :: forall a. Size a -> CSS
71
+lineHeight = key $ fromString "line-height"
0 commit comments