What CSS rules are introduced to core blocks through wp-block-styles?

If you have the Gutenberg plugin installed and enabled, the css rules are loaded in
/plugins/gutenberg/build/block-library/theme.css ;

If you’re just using the block-editor that is in core WordPress, the rules will instead be loaded from:
wp-includes/css/dist/block-library/theme.css

Leave a Comment