Hello,
Today autoprefixer adds :-ms-input-placeholder for Edge browser. Unfortunately Edge doesn't support this rule :disappointed:
But on the other hand Edge supports ::-ms-input-placeholder (double colon) or ::-webkit-input-placeholder
Reference:
http://caniuse.com/#feat=css-placeholder
Peace
Thanks. I will try to fix Autoprefixer on this weekend (will add ::-ms-input-placeholder)
Done fe790bd (sorry for the delay).
Released in 7.1.5.
You're doing magnificent work.
Most helpful comment
Thanks. I will try to fix Autoprefixer on this weekend (will add
::-ms-input-placeholder)