• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / foundation.mozilla.org / 5685
69%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2018 10:48AM UTC
Jobs 1
Files 195
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5685

push

travis-ci

alanmoo
Bump autoprefixer from 9.1.5 to 9.2.1 (#1994)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.1.5 to 9.2.1.
<details>
<summary>Release notes</summary>

*Sourced from [autoprefixer's releases](https://github.com/postcss/autoprefixer/releases).*

> ## 9.2.1
> * Fix broken AST.
> 
> ## 9.2 “Onyi est glavnaya krepost”
> <img src="https://user-images.githubusercontent.com/19343/46919884-e271bb00-cfb3-11e8-8473-6c30fcfc5207.png" alt="Coat of Arms of Omsk" width="240" height="204" align="right" />
> 
> Autoprefixer 9.2 brings many new improvements for `-ms-` prefixes for Grid Layout.
> 
> ## New Ways to Enable/Disable Grid Layout
> 
> In previous versions, you had needed to pass `grid: true` to enable prefixes for Grid Layout. But not all users have access to Autoprefixer options. CodePen, Create Reat App or Angular CLI doesn’t allow you to do it.
> 
> In Autoprefixer 9.2 [**fanich37**](https://github.com/fanich37) added special control comments:
> 
> ```css
> /* autoprefixer grid: on */
> .grid {
>     display: grid;
>     grid-gap: 33px;
>     grid-template:
>         "head head  head" 1fr
>         "nav  main  main" minmax(100px, 1fr)
>         "nav  foot  foot" 2fr /
>         1fr   100px 1fr;
> }
> 
> .non-ie .grid {
>     /* autoprefixer grid: off */
>     …
> }
> ```
> 
> Autoprefixer doesn’t support Grid properties and values with `auto`. In 9.2 it will ignore whole `[**supports**](https://github.com/supports)` content if it contains these Grid properties:
> 
> ```css
> [**supports**](https://github.com/supports) (grid-auto-rows: 100px) {
>     /* Autoprefixer will not show Grid warnings and will not add prefixes here */
> }
> ```
> 
> ## Smarter `grid-area`
> 
> Autoprefixer supports `grid-template` even if it was not in IE Grid spec.
> 
> But in 9.2 [**bogdan0083**](https://github.com/bogdan0083) really improve it according to [**Dan503**](https://github.com/Dan503) idea. Now A... (continued)

2355 of 3073 relevant lines covered (76.64%)

0.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5685.1 23 Oct 2018 10:48AM UTC 0
76.64
Travis Job 5685.1
Source Files on build 5685
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #5685
  • 69ef4441 on github
  • Prev Build on master (#5676)
  • Next Build on master (#5690)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc