/wordpress-block-editor-theme-support-starter

Starter CSS for Themes Supporting the WordPress Block Editor

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Starter CSS for the WordPress Block Editor

It's awfully hard to remember the markup, classes, and options for all the new blocks in WordPress. This project aims to document that information in an easy-to-grab starter stylesheet for WordPress themes.

Contributions are encouraged! Submit a simple pull request or open an issue (encouraged before larger PRs).

Note on CSS selectors

The selectors in this project are as much for documentation as they are for styling. That's why every class is qualified with an element. This is particularly useful in cases where a block may change markup depending on it's configuration.

Depending on your CSS authoring preferences and site environment, you are encouraged to adjust selectors in your project to keep specificity as low as possible.

Potential Roadmap

  • Keep updated with future versions for WordPress
  • Add SCSS versions
  • Include relevant PHP functions for theme support (?)
  • Support for package managers (?)

Finding This Useful?

You'll probably love the MRW Simplified Editor plugin.