powered by
Generate CSS from brand configuration
brand_css(brand = "block", output_file = NULL, minify = FALSE)
CSS content as string (invisibly if saved to file)
Name of the brand
Path to save CSS file (NULL to return as string)
Minify the CSS output (default: FALSE)
if (FALSE) { # Save to file in temp directory temp_file <- file.path(tempdir(), "block.css") brand_css("block", temp_file) # Get as string css <- brand_css("block") }
Run the code above in your browser using DataLab