Closed greenkeeper[bot] closed 6 years ago
dependency
autoprefixer was updated from 8.6.5
to 9.2.1
.Update to this version instead 🚀
dependency
autoprefixer was updated from 8.6.5
to 9.3.0
.Update to this version instead 🚀
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;
}
@Dan503 and @bogdan0083 also detect and fixed issue with Grid row/column span inheritance.
dependency
autoprefixer was updated from 8.6.5
to 9.3.1
.Update to this version instead 🚀
repeat()
value (by @bogdan0083).Closed
The dependency autoprefixer was updated from
8.6.5
to9.2.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: