Skip to content

Commit a5e7f53

Browse files
committed
Bump bootstrap from 5.1.3 to 5.2.1
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent 4b5fbf1 commit a5e7f53

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

assets/stylesheets/application.css.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $navbar-height: 50px;
1111

1212
// Boostrap 5 customization
1313
// Document: https://getbootstrap.com/docs/5.2/customize/sass/#importing
14-
// List of SCSS to load: https://github.com/twbs/bootstrap/blob/v5.1.3/scss/bootstrap.scss
14+
// List of SCSS to load: https://github.com/twbs/bootstrap/blob/v5.2.1/scss/bootstrap.scss
1515
@import "~bootstrap/scss/functions";
1616

1717
pre {
@@ -28,14 +28,15 @@ $pre-color: #fff;
2828
$icon-font-path: '~bootstrap/assets/fonts/bootstrap/';
2929

3030
@import "~bootstrap/scss/variables";
31+
@import "~bootstrap/scss/maps";
3132
@import "~bootstrap/scss/mixins";
3233
@import "~bootstrap/scss/utilities";
3334

3435
// Layout & components
3536
// Note: tables, dropdown, button-group, accordion, breadcrumb, pagination,
3637
// badge, alert, progress, list-group, close, toasts, modal, tooltip, carousel,
3738
// spinners, offcanvas, and placeholders were excluded as they are not used as
38-
// of Bootstrap 5.1.3
39+
// of Bootstrap 5.2.1
3940
@import "~bootstrap/scss/root";
4041
@import "~bootstrap/scss/reboot";
4142
@import "~bootstrap/scss/type";

package-lock.json

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@popperjs/core": "^2.11.6",
3939
"anchor-js": "^4.3.1",
40-
"bootstrap": "^5.1.3",
40+
"bootstrap": "^5.2.1",
4141
"lunr": "^0.7.0"
4242
}
4343
}

0 commit comments

Comments
 (0)