Useful Block Styles
Simple block styles you frequently need for the WordPress Block Editor
by Mark Root-Wiley, Ryan Tvenge · github.com/mrwweb/useful-block-styles · website
★ 4stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mrwweb/useful-block-styles/archive/refs/heads/main.zipFrom the readme
Useful Block Styles
Intentions
- Provide super common block styles for text-related blocks that you'd want on 90%+ of sites you build.
- Put this in the plugin repository for push updates to any site.
Block Styles So Far
- Heading
- Screen Reader Text
- List Block
- No Markers
- Responsive Multiple Columns
- Responsive Multiple Columns without Markers
- File Block
- Button Only
- Gallery Block
- Not Stretched
- Centered Not Stretched
- Small Logos
- Small Grayscale Logos
Initial Decisions
All decisions up for discussion!
- No options but a filter (wpseablockstyles) to allow hiding block styles.
- Totally separate front-end and editor styles. They will have to be different frequently enough that we might as well always make them different for clarity.
- Use !important on everything. These are utility classes and should essentially never be overridden.
- Use as few selectors as possible to make these styles relatively easy to override if you have to.
- No build process. The styles should be so minimal that nesting and variables likely don't provide enough value to warrant overhead.
- This plugin will use semver
Tested so far
- Twenty Twenty
- Twenty Twent
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.