Closed marcinkrzeminski closed 4 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:
gulp/tasks/styles.js
const postcssPlugins = [require('autoprefixer')({ grid: true })];
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
: