Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
- commenting :: CommentText -> Css -> Css
- addComment :: CommentText -> Rule -> Rule
- pattern PartitionComments :: [Modifier] -> Maybe CommentText -> [Modifier]
Documentation
commenting :: CommentText -> Css -> Css infixl 3 Source #
Annotate the supplied Css
with the supplied comment.
Comments work with OverloadedStrings
. This will annotate every non-nested
value.
addComment :: CommentText -> Rule -> Rule Source #
pattern PartitionComments :: [Modifier] -> Maybe CommentText -> [Modifier] Source #