web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
784 stars 29 forks source link

Move prefixed properties before unprefixed #105

Closed pepelsbey closed 6 months ago

pepelsbey commented 6 months ago

Prefixed properties are supposed to be followed by unprefixed properties to ensure that modern browsers use the most relevant and standard-compliant implementation if they still support both. I understand that it’s not super relevant, but just for the sake of spreading the knowledge, I’ll give it a go :)

For more details on the matter, see Eric Meyer’s Prefix or Posthack article. Oh my, it’s 14 years old!