mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
Usage:
|
||
csso
|
||
shows usage information
|
||
csso <filename>
|
||
minimizes the CSS in <filename> and outputs the result to stdout
|
||
csso <in_filename> <out_filename>
|
||
csso -i <in_filename> -o <out_filename>
|
||
csso --input <in_filename> --output <out_filename>
|
||
minimizes the CSS in <in_filename> and outputs the result to <out_filename>
|
||
csso -off
|
||
csso --restructure-off
|
||
turns structure minimization off
|
||
csso -h
|
||
csso --help
|
||
shows usage information
|
||
csso -v
|
||
csso --version
|
||
shows the version number
|
||
|
||
Использование:
|
||
csso
|
||
показывает этот текст
|
||
csso <имя_файла>
|
||
минимизирует CSS из <имя_файла> и записывает результат в stdout
|
||
csso <in_имя_файла> <out_имя_файла>
|
||
csso -i <in_имя_файла> -o <out_имя_файла>
|
||
csso --input <in_имя_файла> --output <out_имя_файла>
|
||
минимизирует CSS из <in_имя_файла> и записывает результат в <out_имя_файла>
|
||
csso -off
|
||
csso --restructure-off
|
||
выключает структурную минимизацию
|
||
csso -h
|
||
csso --help
|
||
показывает этот текст
|
||
csso -v
|
||
csso --version
|
||
показывает номер версии CSSO
|