Skip to content

Commit affcb4f

Browse files
committed
implement conversion between color spaces #94
1 parent 30535e7 commit affcb4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+11345
-5747
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Include ParseOptions and RenderOptions
210210
- expandNestingRules: boolean, optional. expand nesting rules.
211211
- preserveLicense: boolean, force preserving comments starting with '/\*!' when minify is enabled.
212212
- removeComments: boolean, remove comments in generated css.
213-
- convertColor: boolean, convert colors to hex.
213+
- convertColor: boolean | ColorType, convert colors to the specified color. default to ColorType.HEX.
214214

215215
> Sourcemap Options
216216

0 commit comments

Comments
 (0)