Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vendor/
.github_token
.wp-env.override.json
.pub-git-hash
.idea

#Ignoring headstart files
*/inc/headstart/*
Expand Down
5 changes: 4 additions & 1 deletion attar/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
Expand Down
5 changes: 4 additions & 1 deletion marl/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--tertiary)"
}
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
Expand Down
5 changes: 4 additions & 1 deletion russell/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"custom": {
"separator": {
"margin": "var(--wp--custom--gap--vertical) auto"
}
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
},
"typography": {
"customFontSize": true,
Expand Down