Skip to content

Commit

Permalink
Merge branch 'main' into feature/MOOSE-181/table-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffDusome committed Jan 3, 2025
2 parents 9f89fd5 + a9827f8 commit 8215371
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entry gets prefixed with the category of the item (Added, Changed, Depreciated, Removed, Fixed, Security).

## [2025.01]
- Enabled background images on the Group block; We should try to use this instead of the Cover block where possible.

## [2024.08]
- Updated: Moose 2.0; See specific updates in the [Github PR here](https://github.com/moderntribe/moose/pull/152). Design requirements in the [Jira ticket here](https://moderntribe.atlassian.net/browse/MOOSE-99).
- Chore: Github Action workflow updates to use the latest versions of actions/cache.
Expand Down
3 changes: 1 addition & 2 deletions wp-content/themes/core/assets/pcss/layout/_utilities.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
*
* Layout Helpers
*
* Uses clear attribute to clear floats on elements
*
* ------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------
* Clearfix
* Uses clear attribute to clear floats on elements
* ----------------------------------------------------------------------- */

.l-clearfix::after {
Expand Down
6 changes: 6 additions & 0 deletions wp-content/themes/core/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
"textTransform": false
}
},
"core/group": {
"background": {
"backgroundImage": true,
"backgroundSize": true
}
},
"core/heading": {
"typography": {
"fontFamilies": [],
Expand Down

0 comments on commit 8215371

Please sign in to comment.