github postcss/autoprefixer 8.6.0
8.6 “Follow Reason”

latest releases: 10.4.19, 10.4.18, 10.4.17...
5 years ago

Emblem of the Grand Lodge of Massachusetts

Autoprefixer 8.6 brings gap property support and two values support for grid-gap/gap.

Grid Gap

CSSWG renamed grid-gap property to gap.

@yepninja added gap support with 2 values support.

Grid layout code bellow will work even in IE if you pass grid: true option to Autoprefixer:

.main {
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "head head head"
                         "nav main main"
                         "nav foot foot";
}

Other Changes

Don't miss a new autoprefixer release

NewReleases is sending notifications on new releases.