tomusborne / generateblocks

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

[GB 2.0 pre alpha] AT-RULES created in GBP are still available when GBP is deactivated #1421

Closed quantumleap33 closed 4 weeks ago

quantumleap33 commented 4 weeks ago

Description

When AT-RULES are created in GBP, they seem to still be available when GBP is deactivated. In addition, the previously created AT-RULES cannot be deleted when GBP is not activated.

tomusborne commented 4 weeks ago

This is intended. Once an at-rule is created (or a nested rule), it now exists in the styles object, and therefore the system will read and parse it.

Deleting at-rules/nested rules is a pro-only feature, but simply removing any styles added to those selectors would in essence remove them.