Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with WordPress Scripts auto-generated RTL files #258

Open
bacoords opened this issue May 21, 2024 · 1 comment
Open

Deal with WordPress Scripts auto-generated RTL files #258

bacoords opened this issue May 21, 2024 · 1 comment

Comments

@bacoords
Copy link
Owner

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

See WordPress/gutenberg#61540

@bacoords
Copy link
Owner Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant