Skip to content

Commit

Permalink
Upgrade to T2 8.3.0 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen authored Feb 21, 2025
1 parent fc47b62 commit 23ff9d4
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 72 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"roots/bedrock-autoloader": "~1.0.4",
"roots/wordpress": "~6.7.2",
"symfony/dotenv": "~7.2.0",
"t2/t2": "~8.2.0",
"t2/t2": "~8.3.0",
"wpackagist-plugin/imagify": "~2.2.0",
"wpackagist-plugin/spinupwp": "~1.7.1",
"wpackagist-plugin/two-factor": "~0.12.0"
Expand Down
120 changes: 60 additions & 60 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/themes/block-theme/src/blocks/core/image.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.wp-block-post-featured-image {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--20);
gap: var(--wp--custom--t-2--caption--gap, var(--wp--preset--spacing--30));
}

.wp-block-image img,
Expand Down
10 changes: 0 additions & 10 deletions packages/themes/block-theme/src/blocks/t2/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@ body {
--t2-accordion-typography-heading-line-height: var(--wp--custom--line-height--12);
--t2-accordion-item-padding: var(--wp--preset--spacing--40);
}

.t2-accordion {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--50);
}

.t2-accordion-item {
margin: unset;
}

0 comments on commit 23ff9d4

Please sign in to comment.