premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Convert all 3-digit hex codes to 6-digits #95

Closed devend711 closed 4 years ago

devend711 commented 6 years ago

See this issue: https://github.com/premailer/css_parser/issues/94

Any rule like:

.my-content { color: #abc; }

should be added to the rule set with the 6-character equivalent of the hex code (#aabbcc)

https://www.w3.org/TR/css-color-3/