IStyleFormatter
Basic interface for CSS node serialization.
Creates the serialization of the declarations with the provided
string representations.
Concats the given rules to create a block serialization.
Creates a serialization of a comment with the provided data.
Creates the serialization of a declaration with the given name,
value and important flag.
Converts the name and value of the provided rule to a simple rule.
Converts the name, prelude and rules of the provided rule to a
composed rule.
Concats the given rules to create the stylesheet serialization.