sds / scss-lint

Configurable tool for writing clean, consistent SCSS
MIT License
3.65k stars 465 forks source link

HexValidation - Allow 4-digit hex values #975

Open KyLeggiero opened 5 years ago

KyLeggiero commented 5 years ago

Similar to #214, 4- and 8-digit hex codes are a W3C standard (meaning #RGBA and #RRGGBBAA, respectively). The linter should allow these, perhaps with an optional toggle flag.

Further reading: W3C | MDN

sds commented 5 years ago

Would happily merge a pull request!