Skip to content

Commit

Permalink
Include missing dark color variables. And remove progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 31, 2023
1 parent 20c0c70 commit a8efc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bootstrap-custom-build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $container-max-widths: (
) !default;

@import "../node_modules/bootstrap/scss/variables";
@import "../node_modules/bootstrap/scss/variables-dark";
@import "../node_modules/bootstrap/scss/maps";
@import "../node_modules/bootstrap/scss/mixins";
@import "../node_modules/bootstrap/scss/utilities";
Expand Down Expand Up @@ -54,7 +55,6 @@ th {
@import "../node_modules/bootstrap/scss/pagination";
@import "../node_modules/bootstrap/scss/badge";
@import "../node_modules/bootstrap/scss/alert";
@import "../node_modules/bootstrap/scss/progress";
@import "../node_modules/bootstrap/scss/list-group";
@import "../node_modules/bootstrap/scss/close";
@import "../node_modules/bootstrap/scss/toasts";
Expand Down

0 comments on commit a8efc6e

Please sign in to comment.