Should I remove vendor prefixes?

前端 未结 4 826
太阳男子
太阳男子 2020-12-20 20:08

I have a website which I support as far as IE8, no further.

When I first launched the site, I decided to use CSS vendor prefixes for CSSs elements such as border-rad

4条回答
  •  既然无缘
    2020-12-20 20:11

    Our approach is to drop those which aren't needed.

    border-radius
    box-shadow

    box-sizing (soon? firefox still uses it. Noted by @James Donnelly)

    opacity (not a prefix, but no need for the ms-filter thingie)
    inline-block (same here, no need for inline+zoom fix)

提交回复
热议问题