gulp-wp-toolkit icon indicating copy to clipboard operation
gulp-wp-toolkit copied to clipboard

Autoprefixer browser list

Open freezvd opened this issue 7 years ago • 0 comments

I think is good to have the Browser list used with autoprefixer.

To define the browser list we can use the config under css key.

Something like on build/css.js

const postProcessors = [ autoprefix({ browsers: config.css.browsersList }), mqpacker({ sort: true, }), pxtorem( { root_value: config.css.basefontsize, replace: config.css.remreplace, media_query: config.css.remmediaquery, } ), ];

Thank you

freezvd avatar Sep 30 '18 09:09 freezvd