=== Gecko Blocks ===
Contributors: musicalbigfoot
Tags: blocks, gutenberg, section, accordion, tabs
Requires at least: 5.0
Tested up to: 5.4.1
Requires PHP: 5.6
License: GPLv2 or later

Provides multiple basic block types to be used in custom themes.

== Description ==
A collection of blocks with minimal styles that allow for more flexibility when creating a site using the block editor.

== Installation ==
Upload gecko-blocks to the /wp-content/plugins/ directory and activate the plugin through the ‘Plugins’ menu in WordPress.

== Screenshots ==
1. screenshot-1.png
2. screenshot-2.png

== Changelog ==

= 1.2.0 =
* Updated Grid block, removed Card grid child block
* Remove Button Row block, there is now a basic button row in core

= 1.1.6 =
* Fixed missing style attribute for section background images

= 1.1.5 =
* More tab fixes!

= 1.1.4 =
* Removed broken childBlocks function from tabs block

= 1.1.3 =
* Fixed javascript error in tabs block, updated button row

= 1.1.2 =
* Fixed padding values introduced previously

= 1.1.1 =
* Updated display/padding of Icon Box block
* Fixed deprecated @wordpress/editor imports

= 1.1.0 =
* Initial version