forked from AS-Devs/json2scss-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.txt
More file actions
13 lines (12 loc) · 752 Bytes
/
Copy pathusage.txt
File metadata and controls
13 lines (12 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
usage: json2scss-map {OPTIONS}
-i, --infile (Default: stdin) Specify the input file. If omitted, standard
input is used.
-o, --outfile (Default: stdout) Designate the output SCSS file. If omitted,
standard output is used.
-p, --prefix (Default: none) Set a prefix for all SCSS variables.
-s, --suffix (Default: none) Set a suffix for all SCSS variables.
-c, --colorConversion (Default: true) Enable or disable color conversion.
-t, --convertTo (Default: 'hsl') Specify the color format to convert colors
into, e.g., 'hsl', 'hex', 'rgb'.
-l, --cl4Syntax (Default: false) Use cl4 syntax if applicable.
-h, --help Show this help message.