Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2 dependencies from npm #339

Merged
merged 4 commits into from
Aug 6, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Aug 3, 2018

Overview

The following dependencies have been updated:

  • html-reporter in packages/gemini from "2.20.5" to "2.20.7"
  • autoprefixer in / from "9.0.1" to "9.1.0"

Details

Dependencies.io has updated html-reporter (a npm dependency in packages/gemini) from "2.20.5" to "2.20.7".

2.20.7

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated autoprefixer (a npm dependency in /) from "9.0.1" to "9.1.0".

9.1.0

This is a good article. Follow the link for more information.
Arms of Canada

Autoprefixer 9.1 brings background-clip: text and fix span in IE Grid.

Background Clip

background-clip: text beome to be the standard and got Edge support. So we added it to Autoprefixer:

.title {
  background: linear-gradient(yellow, red);
   -webkit-background-clip: text;
           background-clip: text;
}

Note, that Edge expect -webkit- prefix for this property.

Grid Layout Fix

bogdan0083 fixed an issue when media-query override some grid-template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants