Skip to content

Commit 9d7f83b

Browse files
authored
Merge pull request #47 from alexmingoia/topic/line-height-rule
Add line-height rule.
2 parents 147aaca + 6e039f5 commit 9d7f83b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CSS/Geometry.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ marginLeft = key $ fromString "margin-left"
6666

6767
marginRight :: forall a. Size a -> CSS
6868
marginRight = key $ fromString "margin-right"
69+
70+
lineHeight :: forall a. Size a -> CSS
71+
lineHeight = key $ fromString "line-height"

0 commit comments

Comments
 (0)