What CSS3 features still need vendor prefixes?

后端 未结 4 1987
野趣味
野趣味 2020-12-20 12:53

The most common features I remember needing prefixes for were features such as flexbox, border-radius, box-shadow, etc... but now they

4条回答
  •  -上瘾入骨i
    2020-12-20 13:12

    There is a great site which allows you to check out support of any css property by most modern browsers. It also shows info about vendor prefixes (if they are needed). This site is named "Can I use" - http://caniuse.com

提交回复
热议问题