head block inline-css after theme style.css
-
I’m updating my base theme to the block.json way of working. But now i have the problem all my block styles are loaded inline above style.css in the header.
Style.css is loaded with “wp_enqueue_style” -> “wp_enqueue_scripts”
Block inline-css are loaded through the block.json

How do I switch this? All wp_enqueue_scripts should go above the block inline-css blocks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘head block inline-css after theme style.css’ is closed to new replies.