wopian / hibari

🦊 Vue app for Kitsu
https://hibari.moe
MIT License
26 stars 9 forks source link

build: update dependency autoprefixer to ~8.6.0 (new) #529

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency autoprefixer from ~8.5.0 to ~8.6.0

Release Notes ### [`v8.6.0`](https://github.com/postcss/autoprefixer/releases/8.6.0) [Compare Source](https://github.com/postcss/autoprefixer/compare/8.5.2...8.6.0) 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](https://drafts.csswg.org/css-grid/#change-2016-grid-gap) `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: ```css .main { gap: 10px 20px; grid-template-columns: 1fr 1fr 1fr; grid-template-areas: "head head head" "nav main main" "nav foot foot"; } ``` ##### Other Changes * Add `ignoreUnknownVersions` option for [Browserslist](https://github.com/browserslist/browserslist) ---

This PR has been generated by Renovate Bot.

wopian commented 6 years ago

Deploy preview for hibari ready!

Built with commit 1c34ff4901d18e4408512686f1685b5dc5fe097d

https://deploy-preview-529--hibari.netlify.com