We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfda0e commit a660ad6Copy full SHA for a660ad6
docs/Examples2/Clip.example.purs
@@ -23,7 +23,7 @@ docs =
23
$ clip
24
$ _ { content =
25
[ T.paragraph
26
- $ S.style_ (S.css { marginBottom: S.int 0 })
+ $ S.style_ (S.css { marginBottom: S.px 0 })
27
$ T.truncate
28
$$$ [ T.text $$$ "[email protected]" ]
29
]
0 commit comments