You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
I have been observing an issue with the system enqueing css in the wrong order. With Wordpress 5.0, it seems that the block.style.build.css will take priority during editing.
I didn't expereince this prior the release. So I try to rearrange the code in src/init.php. It doesn't seem to do anything.
So my question is how do I change this behavior?
Please see screenshot
The text was updated successfully, but these errors were encountered:
WYKDev
changed the title
the build css takes priority over the editor css with Wordpress 5.0
the build css takes priority during editing with Wordpress 5.0
Dec 6, 2018
Same issue, a quick fix for now is if you edit line 58 on init.php.
Basically add the style.scss as a dependency for editor.scss, example: array( 'wp-edit-blocks', 'quema_labs_blocks-cgb-style-css' )
ahmadawais
changed the title
the build css takes priority during editing with Wordpress 5.0
the build css takes priority during editing with WordPress 5.0
Jan 11, 2019
I have been observing an issue with the system enqueing css in the wrong order. With Wordpress 5.0, it seems that the block.style.build.css will take priority during editing.
I didn't expereince this prior the release. So I try to rearrange the code in src/init.php. It doesn't seem to do anything.
So my question is how do I change this behavior?
Please see screenshot
The text was updated successfully, but these errors were encountered: