Skip to content

Commit 5db114c

Browse files
committed
fix: bootstrap & upgrade version to 5.3
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent e8494cf commit 5db114c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/scss/_custom.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $link-color: $aerorust-light;
1010

1111
// 3. Include remainder of required Bootstrap stylesheets
1212
@import "~bootstrap/scss/variables";
13+
@import "~bootstrap/scss/variables-dark";
1314

1415
// Pagination variables - START
1516
$pagination-bg: transparent;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@popperjs/core": "^2.11.5",
99
"autoprefixer": "^10.4.4",
10-
"bootstrap": "^5.2.0-beta1",
10+
"bootstrap": "^5.3",
1111
"css-loader": "^6.7.1",
1212
"dotenv-webpack": "^7.1.0",
1313
"mini-css-extract-plugin": "^2.6.1",

0 commit comments

Comments
 (0)