Skip to content

Commit 5d35d2a

Browse files
removed block gap
1 parent 9d244eb commit 5d35d2a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcgov-theme/bcgov-wordpress-block-theme",
33
"description": "Block Theme for BC Gov",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"type": "wordpress-theme",
66
"license": "Apache-2.0",
77
"repositories": [

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: WordPress Block theme is a theme that leverages the full-site editi
77
Requires at least: 6.2
88
Tested up to: 6.4.4
99
Requires PHP: 7.4
10-
Version: 1.14.0
10+
Version: 1.15.0
1111
License: Apache License Version 2.0
1212
License URI: LICENSE
1313
Text Domain: bcgov-blocks-theme

theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"wideSize": "1440px"
357357
},
358358
"spacing": {
359-
"blockGap": true,
359+
"blockGap": null,
360360
"customSpacingSize": true,
361361
"spacingScale": {
362362
"operator": "*",

0 commit comments

Comments
 (0)