css-tidy
NAME
css-tidy.raku - tidy/optimise and rewrite CSS stylesheets
SYNOPSIS
css-tidy.raku infile.css [outfile.css]
Options:
--atomize # break into component properties
--imports # include imported styesheets
--base-url=path # set base url for imports
--pretty # enable multiline property lists
--/warn # disable warnings
--color=names # write color names (if possible)
--color=masks # write colors as masks #77F
--color=values # write colors as rgb(...) rgba(...)
--lax # allow any functions and units
DESCRIPTION
This script parses and rewrites CSS stylesheets.