We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb653bf commit a1fea7dCopy full SHA for a1fea7d
CHANGES.md
@@ -35,6 +35,7 @@
35
36
### Features
37
38
+- pat carousel: Import styles for slick carousel.
39
- pat auto suggest: Import styles for select2.
40
- pat-tooltip: Import styles for tippy.
41
- pat-modal: Import styles.
src/pat/carousel/carousel.js
@@ -28,6 +28,9 @@ export default Base.extend({
28
trigger: ".pat-carousel",
29
30
async init() {
31
+ if (window.__patternslib_import_styles) {
32
+ import("slick-carousel/slick/slick.scss");
33
+ }
34
await import("slick-carousel");
const ImagesLoaded = (await import("imagesloaded")).default;
0 commit comments