Opened 3 years ago
Closed 3 years ago
#57856 closed task (blessed) (fixed)
Update `caniuse` data for 6.3
| Reported by: | desrosj | Owned by: | davidbaumwald |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | dev-reviewed |
| Cc: | Focuses: |
Description (last modified by )
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It looks like [56065] applied an update to the most recent database at that time.
When running
grunt precommit:css, there are some changes to generated CSS files. I checked, and they're not present in the 6.2 branch. I backtracked and re-applied the update to the version ofcaniuse-litethat's being used after [56065], so something in that update is causing the changes even though there are no reported changes to targeted browsers in the update.The changes are all removing instances of
(-webkit-min-device-pixel-ratio: 1.25)within generated media queries. It's not something that will cause problems, so I think it's fine to just commit with the next version in #58869.