Skip to content

Commit

Permalink
updated color model list
Browse files Browse the repository at this point in the history
  • Loading branch information
stroncium committed Sep 22, 2019
1 parent 83ca84a commit 2fd15c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.js
Expand Up @@ -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] = {
Expand Down

0 comments on commit 2fd15c6

Please sign in to comment.