Closed greenkeeper[bot] closed 6 years ago
After pinning to 8.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes 🚨
Autoprefixer 8.6 brings gap
property support and two values support for grid-gap
/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";
}
ignoreUnknownVersions
option for BrowserslistYour tests are still failing with this version. Compare the changes 🚨
grid-template
with media queries (by @yepninja)Your tests are still failing with this version. Compare the changes 🚨
@media
(by @yepninja).Your tests are still failing with this version. Compare the changes 🚨
grid
option for grid properties in autoprefixer --info
.Your tests are still failing with this version. Compare the changes 🚨
stretch
prefix in Chrome >= 46.Your tests are still failing with this version. Compare the changes 🚨
Version 8.5.1 of autoprefixer was just published.
autoprefixer
This version is covered by your current version range and after updating it in your project the build failed.
autoprefixer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/marcusasplund/hyperapp-RxJS/builds/383662506?utm_source=github_status&utm_medium=notification)Release Notes
8.5.1-webkit-fill-available
.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: