CssValueBuilder
The class that is responsible for book-keeping information
about the current CSS value that is been build.
Gets or sets if the current value contains syntax errors.
public CssValueBuilder()
Creates a new CSS value builder instance.
Adds a function to the current value with the given name.
Adds the new value to the current value (or replaces it).
Closes the current function.
Inserts a delimiter / into the current value.
Closes the current argument and appends another.
Resets the builder for reprocessing.
Converts the current stage to a CSSValue.