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 27, 2024
1 parent b07a53b commit 1dfe5e1
Show file tree
Hide file tree
Showing 236 changed files with 31,336 additions and 23,807 deletions.
121 changes: 75 additions & 46 deletions admin/tool/componentlibrary/hugo/dist/css/docs.css

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

2 changes: 1 addition & 1 deletion admin/tool/componentlibrary/hugo/dist/css/docs.css.map

Large diffs are not rendered by default.

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.

Loading

0 comments on commit 1dfe5e1

Please sign in to comment.