Skip to content

Commit

Permalink
[DSW-1974] Upgrade bootstrap to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Jul 4, 2023
1 parent c29d1a2 commit cb84053
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions engine-wizard/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $cyan: #17a2b8 !default;
$min-contrast-ratio: 3 !default;

@import '~bootstrap/scss/variables';
@import '~bootstrap/scss/variables-dark';


$primary-bg: mix($primary, $white, 10%) !default;
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "1.4.0",
"axios-retry": "^3.5.0",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0",
"chart.js": "^3.9.1",
"codemirror": "^6.0.1",
"flatpickr": "^4.6.13",
Expand Down

0 comments on commit cb84053

Please sign in to comment.