bacoords / block-theme

A starter block theme for modern WordPress developers.
GNU General Public License v3.0
47 stars 6 forks source link

Adds a hotfix to remove php notice on rtl stylesheets #259

Closed bacoords closed 1 month ago

bacoords commented 1 month ago

I need more thought on whether or not to compile RTL stylesheets for editor/global, but for now, we'll just run a fix so the PHP notice goes away.

With this PR the stylesheets are still generated for those screens, but not enqueued. But at least rtl blocks and block styles should work.

Related #258