How to Add CSS Vendor Prefixes Automatically
Autoprefixer makes the life of frontend developers much easier
Published in
3 min readSep 24, 2019
--
Something that I hated to do when I used to write CSS code was adding CSS vendors prefix. Come on guys everyone gets bored to write the same CSS rules for different browsers.
So let’s start from the begging!
If you are interested in…