mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:27:22 -04:00
19 lines
580 B
Plaintext
19 lines
580 B
Plaintext
Usage: stylehacks [input] [output] {OPTIONS}
|
|
|
|
Options:
|
|
|
|
--browsers, -b Specify the browsers that you want to support.
|
|
|
|
--lint, -l Check the file for undesirable hacks, skipping removal.
|
|
|
|
--silent Used in combination with the lint option; disable all
|
|
output, only return an exit code (0 for success).
|
|
|
|
--sourcemap -s Output a sourcemap with the CSS.
|
|
|
|
--no-color Disable colored console output.
|
|
|
|
--version, -v Outputs the version number.
|
|
|
|
--help, -h Outputs this help screen.
|