diff --git a/source/index.js b/source/index.js index 807d952..af0871b 100644 --- a/source/index.js +++ b/source/index.js @@ -72,7 +72,7 @@ styles.visible = { } }; -const usedModels = ['rgb', 'hsl', 'hsv', 'hwb', 'cmyk', 'xyz', 'lab', 'lch', 'hex', 'keyword', 'ansi', 'ansi256', 'hcg', 'apple']; +const usedModels = ['rgb', 'hex', 'keyword', 'hsl', 'hsv', 'hwb', 'ansi', 'ansi256']; for (const model of usedModels) { styles[model] = {