bacoords / block-theme

A starter block theme for modern WordPress developers.
GNU General Public License v3.0
47 stars 6 forks source link

Deal with WordPress Scripts auto-generated RTL files #258

Open bacoords opened 1 month ago

bacoords commented 1 month ago

The new addition of RTL files is triggering errors with some of the automatic enqueue stuff happening in enqueue_block_specific_styles

See https://github.com/WordPress/gutenberg/pull/61540

bacoords commented 1 month ago

Fix is probably to update inc/enqueue-blocks.php#L70

$exclude_stylesheets = array( 'global.css', 'editor.css', 'global-rtl.css', 'editor-rtl.css' );