Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you remove all vendor-prefixes from entire file quickly? [closed]

I got a CSS file which has so many vendor-prefixes (-webkit -moz etc).

And those vendor-prefixes makes the file much bigger.

I cannot remove vendor prefix one by one, Because it can take a lot of time. Is there any tools or tricks to remove vendor-prefixes from entire with one click?

like image 886
Jackwin tung Avatar asked Jan 17 '14 06:01

Jackwin tung


1 Answers

@Sphinxxx's last 1 version answer is, as stated, only “almost” correct. To remove all vendor prefixes, set the Autoprefixer filter to >100% instead.

like image 187
Rafe Goldberg Avatar answered Sep 19 '22 18:09

Rafe Goldberg