* Fixed blockbase children style variations problems. Added .idea folder to gitignore * Fixed more themes that inherit from blockbase that were specified on another issue
@@ -15,6 +15,7 @@ vendor/
.github_token
.wp-env.override.json
.pub-git-hash
+.idea
#Ignoring headstart files
*/inc/headstart/*
@@ -42,6 +42,12 @@
"contentSize": "840px",
"wideSize": "1200px"
},
+ "custom": {
+ "excludedParentStyleVariations": [
+ "Ruby Wine",
+ "Charcoal"
+ ]
+ },
"color": {
"palette": [
{
@@ -24,7 +24,10 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
- }
+ "Ruby Wine"
}
"styles": {
@@ -34,7 +34,12 @@
"default": "#F0F0F0"
]
+ }
"blocks": {
@@ -24,7 +24,11 @@
@@ -31,6 +31,9 @@
"custom": {
+ ],
"body": {
"typography": {
"lineHeight": 1.56
@@ -30,7 +30,10 @@
"tertiary": "var(--wp--preset--color--tertiary)"
@@ -36,6 +36,9 @@
"heading": {
"fontWeight": 500
@@ -49,7 +52,7 @@
"border": {
"radius": "50px",
"color": "var(--wp--preset--color--foreground)"
- },
"fontSize": "var(--wp--preset--font-size--tiny)",
"lineHeight": "1.2"
@@ -34,7 +34,11 @@
"separator": {
"margin": "var(--wp--custom--gap--vertical) auto"
"customFontSize": true,