Top Level Namespace

Defined Under Namespace

Classes: CSSPrimer

Constant Summary collapse

HELP =
"\n== CSS::Primer\nTakes in a markup file (html/xml) and creates a CSS file with a reference to classes/ids.\n\n== Usage\ncss_primer [options] --in FILE_TO_PRIME [--out] CSS_OUTPUT_FILE\n\n== Options\n-h,   --help               Displays help message\n-q,   --quiet              Output as little as possible, overrides verbose\n-V,   --verbose            Verbose output\n-i,   --in                 Markup file to parse\n-o,   --out                (optional) CSS file to save out to\n-s,   --sort               (optional) Sorts ids/classes alphabetically when set else by the order of parsing\n\n"