Skip to content

Enable CSS grid support for Autoprefixer #446

@marcinkrzeminski

Description

@marcinkrzeminski

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 })];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions