Skip to content

Commit 7a25e70

Browse files
Fix #58 - add carousel css to webpack, add the css to the Enqueue (#59)
* 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
1 parent 66a35d2 commit 7a25e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/src/sass/style.scss

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Import Modules
33
--------------------------------------------------------------*/
44
@import '~normalize-scss/sass/normalize/import-now';
5+
@import '~slick-carousel/slick/slick.scss';
56

67
/*--------------------------------------------------------------
78
# Base

0 commit comments

Comments
 (0)