github postcss/autoprefixer 9.3.0
9.3 “Labor omnia vincit”

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

Coat of Arms of Oklahoma

Autoprefixer 9.3 brings place-self support for Grid Layout

place-self

@Dan503 and @bogdan0083 found a way to impement support for another Grid property

.grid > .center {
  place-self: center;
}
.grid > .center {
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}

Other Changes

@Dan503 and @bogdan0083 also detected and fixed issue with Grid row/column span inheritance.

Don't miss a new autoprefixer release

NewReleases is sending notifications on new releases.