tomusborne / generateblocks

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

Fix: Block multi-selection CSS generation #1472

Closed tomusborne closed 6 days ago

tomusborne commented 1 week ago

closes #1446 alternative to #1450 requires https://github.com/EDGE22-Studios/block-styles/pull/7

Major benefit here is it doesn't change how CSS is generated (via a hook). Therefore it doesn't break other functionality like #1450 (copy/paste styles).

tomusborne commented 6 days ago

Handled by https://github.com/tomusborne/generateblocks/pull/1485