xfiveco / generator-chisel

Chisel is a development framework for creating easy to maintain and fast WordPress websites.
https://www.getchisel.co
MIT License
269 stars 37 forks source link

Enable CSS grid support for Autoprefixer #446

Closed marcinkrzeminski closed 4 years ago

marcinkrzeminski commented 5 years ago

In order to enable the CSS grid Autoprefixing (for example supporting IE11 🤷‍♂️) we should update our code snippet to this in gulp/tasks/styles.js:

const postcssPlugins = [require('autoprefixer')({ grid: true })];