Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use createGlobal instead of createReset because colors are inherited …
…from body @ndelangen this messes with the grid plugin but setting body background and color is a common pattern to support. e.g., when theming a dark mode ;)
- Loading branch information
287442a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When someone is using components that should be displayed on a dark/black background, one can use addon backgrounds?
addon backgrounds actually renders the colour behind the iframe, making it more performant to change from the manager.
backgrounds can easily be set using parameters.
Hope this satisfies the need.