Disentangling Gutenberg Block CSS For Headless
-
So I’ve been using WordPress as a headless CMS fairly effectively until this point. The main problem is always getting the CSS for a given post since its a mix of inline styles and css files. Now with the 6.3 release I’m seeing a new section of dynamically generated inline CSS which I can’t figure out how to untangle:
<style id='core-block-supports-inline-css'>.wp-container-3.wp-container-3{grid-template-columns:repeat(3, minmax(0, 1fr));}</style>My question: How to get the CSS generated and placed in the style tag with id of ‘core-block-supports-inline-css’ so I can ship it over to the front end?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Disentangling Gutenberg Block CSS For Headless’ is closed to new replies.