Skip to content

Commit

Permalink
⬇️ #133 downgrade bootstrap to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jul 29, 2022
1 parent 63a587d commit d568594
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
34 changes: 16 additions & 18 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 @@ -43,7 +43,6 @@
"@fortawesome/vue-fontawesome": "^3.0.1",
"@vue/compat": "^3.2.37",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"core-js": "^3.23.5",
"country-list": "^2.2.0",
"emoji-flag": "^1.1.0",
Expand Down Expand Up @@ -76,6 +75,7 @@
"@vue/compiler-sfc": "^3.2.37",
"@vue/vue3-jest": "^28.0.1",
"babel-jest": "^28.1.3",
"bootstrap": "~5.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/application/style/vendors/_bootstrap_configuration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@import "../abstracts/variables";
@import "../abstracts/mixins";
@import "bootstrap/scss/mixins/banner";
//@import "bootstrap/scss/mixins/banner";
@import "bootstrap/scss/functions";

// <editor-folder> Custom variables
Expand Down Expand Up @@ -39,6 +39,6 @@ $enable-shadows: false;

// Configuration
@import "bootstrap/scss/variables";
@import "bootstrap/scss/maps";
//@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";

0 comments on commit d568594

Please sign in to comment.