purgetss 6.2.21 → 6.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/purgetss +1 -1
- package/package.json +1 -1
package/bin/purgetss
CHANGED
|
@@ -73,7 +73,7 @@ program
|
|
|
73
73
|
.option('-q, --quotes', 'Keep double quotes in config.js')
|
|
74
74
|
.option('-r, --random', 'Generates shades from a random color')
|
|
75
75
|
.option('-s, --single', 'Generate a single color definition')
|
|
76
|
-
.option('-t, --tailwind',
|
|
76
|
+
.option('-t, --tailwind', 'Log the generated shades with a compatible structure with `tailwind.config.js`')
|
|
77
77
|
.option('-l, --log', `Log the generated shades instead of saving them`)
|
|
78
78
|
.option('-j, --json', `Log a JSON compatible structure, to use it in ${chalk.yellow('app/config.json')}`)
|
|
79
79
|
.description(`Color shades generator from a given hexcolor`)
|
package/package.json
CHANGED