Skip to content

Commit

Permalink
MDL-75669 theme_boost: Upgrade Boostrap to v5.3
Browse files Browse the repository at this point in the history
- Follow upgrade steps
- Fix some SCSS to avoid CSS compilation errors.
  • Loading branch information
roland04 committed Nov 26, 2024
1 parent b07a53b commit d20c1bd
Show file tree
Hide file tree
Showing 237 changed files with 31,260 additions and 23,764 deletions.
4 changes: 2 additions & 2 deletions admin/tool/componentlibrary/hugo/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

@each $color, $value in $colors {
.swatch-#{$color} {
color: color-yiq($value);
color: color-contrast($value);
background-color: #{$value};
}
}

@each $color, $value in $grays {
.swatch-#{$color} {
color: color-yiq($value);
color: color-contrast($value);
background-color: #{$value};
}
}
2 changes: 1 addition & 1 deletion theme/boost/amd/build/bootstrap/alert.min.js

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

2 changes: 1 addition & 1 deletion theme/boost/amd/build/bootstrap/alert.min.js.map

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

3 changes: 3 additions & 0 deletions theme/boost/amd/build/bootstrap/base-component.min.js

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

1 change: 1 addition & 0 deletions theme/boost/amd/build/bootstrap/base-component.min.js.map

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

Loading

0 comments on commit d20c1bd

Please sign in to comment.