[wp-trac] [WordPress Trac] #64933: Block library styles are present in two locations
WordPress Trac
noreply at wordpress.org
Mon Mar 23 21:20:45 UTC 2026
#64933: Block library styles are present in two locations
------------------------------+-----------------------
Reporter: desrosj | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 7.0
Component: Build/Test Tools | Version:
Severity: normal | Keywords: has-patch
Focuses: |
------------------------------+-----------------------
Follow up to #64393.
In [61438], all `wp-includes/blocks/*/(style|editor|theme)(-rtl).css`
files were added to each named subdirectory within `wp-includes/css/dist
/block-library/`
([https://github.com/WordPress/WordPress/commit/f8aecf9607046a4e91faeb35bf390d7b95b1fa0d
corresponding build server commit]).
The files are identical and one of them needs to be removed. It's unclear
whether the intention was for these files to remain in each respective
`wp-includes/blocks/` directory, or to move into `css/dist/block-library`.
I think either one is reasonable.
If the intention was to leave them as is, then copying to `css/dist/block-
library` needs to be stopped.
If the intention was to move them, then the `wp-includes/blocks` versions
need to be removed and the related style registration code needs to be
updated (the original location is being used to load block styles).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64933>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list