#65452 closed defect (bug) (fixed)
Twenty Nineteen: PostCSS configuration file never applies `autoprefixer`
| Reported by: | desrosj | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The postcss.config.js file in Twenty Nineteen contains two module.exports assignments. This means that the first one is replaced completely (anything configured within the first is completely ignored).
It seems like the autoprefixer is not being applied, only postcss-focus-within is.
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)
This combines the two
module.exportsassignments to ensure that all desired plugins are run.Trac ticket: Core-65452.
## Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Opus 4.7
Used for: PR created with Claude and reviewed by me.