Contributors: themeisle, hardeepasrani
Tags: gutenberg, block, css, css editor, blocks css
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 5.4
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg).
Blocks CSS allows you add custom CSS to your Blocks straight from the Block Editor (Gutenberg).
It adds a syntax-highlighted CSS Editor where you can add additional CSS to your Gutenberg Blocks to style them the way you want.
- CSS Editor
- CSS Editor
Version 1.1.2 (2021-07-03)
- Getting ready for WordPress 5.8
Version 1.1.1 (2021-02-10)
- Fix extra class being removed.
- Refactor inject-css.js file.
- Don't render CSS if empty.
Version 1.1.0 (2021-02-10)
- Fix extra class being removed.
- Refactor inject-css.js file.
- Don't render CSS if empty.
Version 1.0.7 (2020-06-17)
- Fix pseudo-class selector being removed.
Version 1.0.6 (2020-06-15)
- Fix issue with CSS not working with Dynamic blocks.
Version 1.0.5 (2020-05-25)
- Fix CSS Editor for users with disable SyntaxHighlighter
Version 1.0.4 (2020-01-15)
- Fix issue with CSS not saving
- Bump semantic-release from 16.0.0 to 16.0.1
Version 1.0.3 (2020-01-07)
- Update dependencies
- Add compatibility for WordPress 5.3
- Fix issue with Blocks CSS not working with Reusable Block.
- Initial release