diff --git a/public/styles.css b/public/styles.css index 1145793..462dcd1 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1,6 +1,8 @@ /* ----------------------------------------------------- Global Reset & Base ----------------------------------------------------- */ +@import "swiper/swiper-bundle.css"; + * { margin: 0; padding: 0; diff --git a/src/scripts/swiper.js b/src/scripts/swiper.js index 257601a..da8ca10 100644 --- a/src/scripts/swiper.js +++ b/src/scripts/swiper.js @@ -1,4 +1,3 @@ import { register } from 'swiper/element/bundle'; -// Register all Swiper custom elements globally register(); \ No newline at end of file