read_css())R/read-css.R
css_pretty_print.RdPretty Printing of a CSS stylesheet (as produced by read_css())
css_pretty_print(x, depth = 0, rulesep = "\n", ...)
| x | object representing a CSS stylesheet |
|---|---|
| depth | the recursion depth of this block (used for indentation) |
| rulesep | separator between multiple rules |
| ... | other arguments ignored |