frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.73k stars 72 forks source link

Fix casing of `-webkit-text-underline-position` #99

Open kripod opened 4 years ago

kripod commented 4 years ago

Currently, it's misspelled as -webkittext-underline-position, without a - after webkit. The Pascal-cased variant is also incorrect (WebkittextUnderlinePosition instead of WebkitTextUnderlinePosition).