wemake-services / wemake-frontend-styleguide

Set of the strictest linters for your next frontend app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-format/format

alza54 opened this issue · comments

'color-format/format': { 'format': 'rgb' },

but.. why?
hex is shorter and more convenient to use.

Because we often have to refactor colors to rbga. It is way easier to do with rgb
That's my motivation. But you can refactor this rule to your choice in your own project 👍