Reset Gutenberg Blocks formating
-
How do we reset formatting after switching theme?
For example I see this:
element.style {
border-style: none;
border-width: 0px;
border-radius: 0px;
background-color: #eeeeee;
margin-top: var(--wp--preset--spacing--large); // NOT EXISTING IN NEW THEME
margin-bottom: var(--wp--preset--spacing--large); // NOT EXISTING IN NEW THEME
padding-top: 0;
padding-bottom: 0;
grid-template-columns: 55% auto;
}Margins are wrong now because they do not exist, how to clean this mess?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Reset Gutenberg Blocks formating’ is closed to new replies.