Just wanted to let you know about an issue I have had with front end styles not loading correctly.
Wordpress 6.9.4
Ghost Kit v3.5.1
Classic theme
- should_load_separate_core_block_assets defaults to true in 6.9 for classic themes
- GhostKit custom property overrides load correctly but base block stylesheets (e.g. the button block base styles) do not
- Workaround: add_filter( 'should_load_separate_core_block_assets', '__return_false', 11 )
Cheers and thanks for the work on this plugin.