We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8494cf commit 5db114cCopy full SHA for 5db114c
frontend/scss/_custom.scss
@@ -10,6 +10,7 @@ $link-color: $aerorust-light;
10
11
// 3. Include remainder of required Bootstrap stylesheets
12
@import "~bootstrap/scss/variables";
13
+@import "~bootstrap/scss/variables-dark";
14
15
// Pagination variables - START
16
$pagination-bg: transparent;
package.json
@@ -7,7 +7,7 @@
7
"devDependencies": {
8
"@popperjs/core": "^2.11.5",
9
"autoprefixer": "^10.4.4",
- "bootstrap": "^5.2.0-beta1",
+ "bootstrap": "^5.3",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"mini-css-extract-plugin": "^2.6.1",
0 commit comments