How to automatically add browser prefix to CSS3 properties?

后端 未结 3 927
北海茫月
北海茫月 2021-01-21 01:11

As you may be know, because CSS3 is not compatible with all of browsers when we use CSS3 we should add a prefix to CSS3 properties (like -moz, -webkit, -o and ...)

It is

3条回答
  •  春和景丽
    2021-01-21 01:49

    Here is more

    Sublimetext plugin https://github.com/sindresorhus/sublime-autoprefixer?source=c

提交回复
热议问题