Opened 8 years ago
Closed 8 years ago
#43190 closed defect (bug) (fixed)
Update prefixed CSS properties in about.css
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch commit fixed-major |
| Focuses: | Cc: |
Description
On a clean, updated, trunk install:
- modify some CSS file so that
postcss:corewill run duringgrunt precommit - run
grunt precommit - you will get a modified
src/wp-admin/css/about.cssfile with some-mozprefixed properties removed
These changes should be committed to avoid unrelated changes in other commits.
Attachments (1)
Change History (7)
#1
@
8 years ago
- Summary changed from Update prefixed SS properties in about.css to Update prefixed CSS properties in about.css
#4
@
8 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 42687:
Note: See
TracTickets for help on using
tickets.
At first glance, I thought this was a follow up to [42181] that was missed in the build process somehow.
Rather it's a change in behaviour via Autoprefixer/Browserslist configuration. Firefox v51 (the current is v58) requires the
-moz-column-count: 2;prefix,column-countwas added to Firefox v52 so I'm not sure as to why Autoprefixer/Browserslist is only fixing this now, I've spent 15 minutes looking and the rabbit hole is deep!Let's get this in ASAP to "avoid unrelated changes in other commits" as @afercia has noted