tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
194 stars 20 forks source link

Feature: Import pattern styles as needed #1174

Closed tomusborne closed 8 months ago

tomusborne commented 8 months ago

This PR sets the table to allow Global Style imports on an individual basis.

This means if a pattern uses a Global Style, the library will try to import that style as you insert it onto your page.

This is better than the current method, as you only need to import the styles you're going to use. Currently, we require the import of ALL global styles required in a library before you can even start browsing.