I try to make, with post css ```css @import 'slick-carousel/slick/slick'; ``` There are other ways to do the import css directly in the component or post-css, other loaders Like this ```js import 'slick-carousel/slick/slick-theme.css'; ```