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.
1 parent 81d1c35 commit a2ad5d2Copy full SHA for a2ad5d2
src/CSS/Text.purs
@@ -1,12 +1,14 @@
1
module CSS.Text where
2
3
import Prelude
4
-
5
-import Data.Generic (class Generic)
6
7
import CSS.Property (class Val, Value)
+import CSS.Size (Size)
8
import CSS.String (fromString)
9
import CSS.Stylesheet (CSS, key)
+import Data.Generic (class Generic)
+
10
+letterSpacing :: forall a. Size a -> CSS
11
+letterSpacing = key $ fromString "letter-spacing"
12
13
newtype TextDecoration = TextDecoration Value
14
0 commit comments