css-syntax-0.0.7: This package implments a parser for the CSS syntax

Safe HaskellNone
LanguageHaskell2010

Data.CSS.Syntax.Tokens

Synopsis

Documentation

type Unit = Text Source #

serialize :: [Token] -> Text Source #

Serialize a list of Tokens back into Text. Round-tripping is not guaranteed to be identity. The tokenization step drops some information from the source.

https://drafts.csswg.org/css-syntax/#serialization