Skip to content

Commit

Permalink
Merge pull request #43 from bootscore/Rename-bscore-to-bootscore
Browse files Browse the repository at this point in the history
Rename bscore to bootscore
  • Loading branch information
crftwrk authored Feb 23, 2024
2 parents 9be78bb + 4c962b7 commit 948cfec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@import "bootstrap/functions";

@import "bscore_variables";
@import "bootscore_variables";

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

@import "bscore_maps";
@import "bootscore_maps";

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

@import "bootstrap/utilities";

@import "bscore_utilities";
@import "bootscore_utilities";

@import "bootstrap/root";
@import "bootstrap/reboot";
Expand Down Expand Up @@ -50,6 +50,6 @@

@import "bootstrap/utilities/api";

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

0 comments on commit 948cfec

Please sign in to comment.