# Blocks CSS: CSS Editor for Gutenberg Blocks #
**Contributors:** [themeisle](https://profiles.wordpress.org/themeisle), [hardeepasrani](https://profiles.wordpress.org/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).

## Description ##

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.

## Screenshots ##

1. CSS Editor
2. CSS Editor

## Changelog ##

##### [Version 1.1.2](https://github.com/Codeinwp/blocks-css/compare/v1.1.1...v1.1.2) (2021-07-03)

- Getting ready for WordPress 5.8




##### [Version 1.1.1](https://github.com/Codeinwp/blocks-css/compare/v1.1.0...v1.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](https://github.com/Codeinwp/blocks-css/compare/v1.0.7...v1.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](https://github.com/Codeinwp/blocks-css/compare/v1.0.6...v1.0.7) (2020-06-17)

- Fix pseudo-class selector being removed.




##### [Version 1.0.6](https://github.com/Codeinwp/blocks-css/compare/v1.0.5...v1.0.6) (2020-06-15)

- Fix issue with CSS not working with Dynamic blocks.




##### [Version 1.0.5](https://github.com/Codeinwp/blocks-css/compare/v1.0.4...v1.0.5) (2020-05-25)

- Fix CSS Editor for users with disable SyntaxHighlighter




##### [Version 1.0.4](https://github.com/Codeinwp/blocks-css/compare/v1.0.3...v1.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](https://github.com/Codeinwp/blocks-css/compare/v1.0.2...v1.0.3) (2020-01-07)

* Update dependencies

### 1.0.2 ###

* Add compatibility for WordPress 5.3

### 1.0.1 ###

* Fix issue with Blocks CSS not working with Reusable Block.

### 1.0.0 ###

* Initial release
