tomusborne / generateblocks

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

Tweak: Remove one-time CSS #1143

Closed tomusborne closed 7 months ago

tomusborne commented 8 months ago

CSS generated by blocks should be specific to the individual block being rendered.

This PR removes all "one-time" CSS from the individual block output.

This means we could revert the generateblocks_skip_singular_css filter we had to add to integrate with Global Classes in GB Pro: https://github.com/tomusborne/generateblocks/blob/feature/pattern-library/includes/blocks/class-button.php#L173