Skip to content

Commit

Permalink
Add bootstrap required parts
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 14, 2023
1 parent 5aff14e commit 8ff3688
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/bootstrap-custom.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Required
@import '../node_modules/bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/mixins';
@import '../node_modules/bootstrap/scss/variables-dark';
@import "../node_modules/bootstrap/scss/maps";
@import "../node_modules/bootstrap/scss/mixins";
@import "../node_modules/bootstrap/scss/root";

// Optional
@import '../node_modules/bootstrap/scss/reboot';
Expand Down

0 comments on commit 8ff3688

Please sign in to comment.