Open daotw opened 2 months ago
Hey @daotw, I could not reproduce your issue. For me the output was same in both the ways mentioned by you.
Can you please provide more information to reproduce your issue. Also, a snapshot or video recording will be helpful to understand the arrangement of blocks in which this issue occurs.
Description
Block editor should support plain CSS nesting, which is a new feature introduced in late 2023.
Step-by-step reproduction instructions
function my_theme_add_editor_styles() { add_editor_style('style.css'); } add_action('admin_init', 'my_theme_add_editor_styles');
and see its effect in both the frontend and block editor.
Now, replace above CSS with
and see its effect in the frontend, but NOT in block editor. 🙁
Screenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.