bacoords / block-theme

A starter block theme for modern WordPress developers.
GNU General Public License v3.0
47 stars 6 forks source link

Remove custom button styles in theme.json (and maybe input styles entirely) #228

Closed bacoords closed 3 months ago

bacoords commented 3 months ago

I find that they add a layer of complexity/styling that you have to fight with later on.

ALso add this exclusion to input.scss :not([class*="wp-block-navigation__"]) or else just revisit the form styling entirely (since forms basically never play nice in WordPress)