Pretty Printing of a CSS stylesheet (as produced by read_css())

css_pretty_print(x, depth = 0, rulesep = "\n", ...)

Arguments

x

object representing a CSS stylesheet

depth

the recursion depth of this block (used for indentation)

rulesep

separator between multiple rules

...

other arguments ignored