CssBuilder
class CssBuilder
A builder of CSS declarations (property-value pairs), with null-safe insertion.
Supports two output formats:
build produces a single-line inline style (e.g. for the
styleHTML attribute).buildBlock produces an indented, multi-line block (e.g. for a stylesheet rule body).
Functions
Link copied to clipboard
Link copied to clipboard
Like value, but appends !important to the declaration.