Skip to content

Commit

Permalink
Fix #58 - add carousel css to webpack, add the css to the Enqueue (#59)
Browse files Browse the repository at this point in the history
* Fix #58 - add carousel css to webpack, add the css to the Enqueue.php class

* Updated to load in the carousel css from within the style.scss file
  • Loading branch information
BaronVonPerko authored Feb 27, 2021
1 parent 66a35d2 commit 7a25e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Import Modules
--------------------------------------------------------------*/
@import '~normalize-scss/sass/normalize/import-now';
@import '~slick-carousel/slick/slick.scss';

/*--------------------------------------------------------------
# Base
Expand Down

0 comments on commit 7a25e70

Please sign in to comment.