codeinwp / gutenberg-css
CSS Editor for Gutenberg Blocks
Installs: 1 358
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 8
Open Issues: 1
Language:JavaScript
Requires (Dev)
- automattic/vipwpcs: ^0.3.0 || ^1.0.0
- dealerdirect/phpcodesniffer-composer-installer: 0.7.1
- phpcompatibility/php-compatibility: ^9
- squizlabs/php_codesniffer: ^3.3
- wp-coding-standards/wpcs: ^1
This package is auto-updated.
Last update: 2021-11-11 05:56:00 UTC
README
You can include this library like this::
if ( class_exists( '\ThemeIsle\GutenbergCSS' ) ) {
\ThemeIsle\GutenbergCSS::instance();
}
Releasing
This repository uses conventional changelog commit messages to trigger release
How to release a new version:
- Clone the master branch
- Do your changes
- Send a PR to master and merge it using the following subject message
release: <release short description>
- for patch releaserelease(minor): <release short description>
- for minor releaserelease(major): <release short description>
- for major release The release notes will inherit the body of the commit message which triggered the release. For more details check the simple-preset that we use.