Skip to content

Commit

Permalink
Rewrite main.scss
Browse files Browse the repository at this point in the history
Will bring the changes of bootscore/bootscore#645 to the child.
  • Loading branch information
justinkruit committed Dec 10, 2023
1 parent fcae726 commit 417fdba
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 6 deletions.
Empty file added scss/_bscore_maps.scss
Empty file.
4 changes: 4 additions & 0 deletions scss/_bscore_utilities.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
Use this file to add your own custom utility classes.
https://getbootstrap.com/docs/5.3/utilities/api/
*/
61 changes: 55 additions & 6 deletions scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
@import "bscore_variables";
@import "bootstrap/bootstrap"; // Collecting Bootstrap source from parent-theme
@import "bscore_style"; // Collecting bootScore source from parent-theme
// Comment or delete following line if WooCommerce styles are not needed
@import "bscore_woocommerce"; // Collecting bootScore WooCommerce source from parent-theme
@import "bscore_custom";
@import "bootstrap/functions";

@import "bscore_variables";

@import "bootstrap/variables";
@import "bootstrap/variables-dark";

@import "bscore_maps";

@import "bootstrap/maps";
@import "bootstrap/mixins";

@import "bootstrap/utilities";

@import "bscore_utilities";

@import "bootstrap/root";
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/containers";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
@import "bootstrap/transitions";
@import "bootstrap/dropdown";
@import "bootstrap/button-group";
@import "bootstrap/nav";
@import "bootstrap/navbar";
@import "bootstrap/card";
@import "bootstrap/accordion";
@import "bootstrap/breadcrumb";
@import "bootstrap/pagination";
@import "bootstrap/badge";
@import "bootstrap/alert";
@import "bootstrap/progress";
@import "bootstrap/list-group";
@import "bootstrap/close";
@import "bootstrap/toasts";
@import "bootstrap/modal";
@import "bootstrap/tooltip";
@import "bootstrap/popover";
@import "bootstrap/carousel";
@import "bootstrap/spinners";
@import "bootstrap/offcanvas";
@import "bootstrap/placeholders";

@import "bootstrap/helpers";

@import "bootstrap/utilities/api";

@import "bscore_style";
@import "bscore_woocommerce"; // Comment or delete this line if WooCommerce styles are not needed
@import "bscore_custom";

0 comments on commit 417fdba

Please sign in to comment.