Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from bootscore/woocommerce-style.css-to-scss
Browse files Browse the repository at this point in the history
Added _bscore_woocommerce.scss collector
  • Loading branch information
crftwrk authored Jan 24, 2022
2 parents 97593a1 + 320b8e1 commit 724d1cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/scss/bootstrap.min.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "bscore_variables";
@import "bootstrap/bootstrap";
@import "bscore_style";
@import "bscore_variables";
@import "bootstrap/bootstrap"; // Collecting Bootstrap source from parent-theme
@import "bscore_style"; // Collecting bootScore source from parent-theme
@import "bscore_woocommerce"; // Collecting bootScore WooCommerce source from parent-theme
@import "bscore_custom";
@import "fontawesome";

0 comments on commit 724d1cc

Please sign in to comment.