pixelgrade / customify

Intuitive Website Styling integrated into WordPress' Customizer
GNU General Public License v2.0
28 stars 5 forks source link

Update Customify config for Gutenberg integration #227

Closed madalingorbanescu closed 4 years ago

madalingorbanescu commented 4 years ago

While testing our themes with the latest version of WordPress, I saw that options set in Customify where not applying in editor anymore.

After inspecting the Page Source, I've realized that the CSS is outputted, but not valid. The reason for not being valid anymore is the fact that editor mark-up had suffered some changes. More info about that can be found here.

Currently Customify is generating an inline CSS using the old class _.editor-block-list_block

The issue was not visible in our latest theme Rosa2, because on that theme we are using only :root selector and Customify is not prefixing this.

vladolaru commented 4 years ago

I guess we can consider this fixed @madalingorbanescu