Automatically Add Browser Vendor Prefixes to your CSS style sheet with Gulp

WP Beaches ~
You can automatically add browser vendor prefixes to your CSS style sheet using a Gulp workflow and an AutoPrefixer package, this can be a huge time save and safety net to use newer CSS properties like flexbox that require cross browser prefixes.
Create a package.json file
Either run npm init in your project directory or just copy and paste the
Leave a Reply