json2scss-map
Version:
This is an utility tool for the developers to customizing colors, fonts & other whitelabel stuff and compiling into SCSS variable. So, anyone can change the look & feel of your app in just few steps.
14 lines (12 loc) • 752 B
Plain Text
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.