You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
I'm seeing an issue with block-level global styling being overridden in the dotcom site editor and frontend (atomic + simple sites), and it looks like it has to do with the ponyfill.css file in blockbase. When I remove ponyfill.css, per block global styles work as expected.
Description
I'm seeing an issue with block-level global styling being overridden in the dotcom site editor and frontend (atomic + simple sites), and it looks like it has to do with the ponyfill.css file in
blockbase. When I removeponyfill.css, per block global styles work as expected.List of affected blocks
Cover (text color and background color)Not caused by blockbaseSite Title (text color and background color)Not caused by blockbaseSteps to replicate
blockbaseButton Block
Result
User customized global styles (like background color) weren't applied to the block
Expected
The block styles would change according to user customizations
Notes