Skip to content

Commit 4b35afa

Browse files
committed
Add link from elm package to text system preview
1 parent 9f9a143 commit 4b35afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Css/Systems/Spacing.elm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Use fluid and size values to set width, height, maxWidth and maxHeight of layout
3333
]
3434
]
3535
36-
![Sizing systems](https://github.com/cedricss/elm-css-systems/raw/master/img/sizing.png)
37-
3836
3937
# Spacing
4038

src/Css/Systems/Text.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module Css.Systems.Text exposing
1313
1414
# Font size system
1515
16+
[cedricsoulas.com/elm/css/systems#text](https://cedricsoulas.com/elm/css/systems#text)
17+
1618
@docs textXS, textSM, textBase, textLG, textXL, text2XL, text3XL, text4XL, text5XL, text6XL
1719
1820
-}

0 commit comments

Comments
 (0)