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

Safe HaskellNone
LanguageHaskell2010

Data.CSS.Syntax.Tokens

Synopsis

Documentation

data HashFlag Source

Constructors

HId 
HUnrestricted 

Instances

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