Skip to content

Commit bd61479

Browse files
committed
Fix swiper issues for carousel
1 parent 7466f08 commit bd61479

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

public/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* -----------------------------------------------------
22
Global Reset & Base
33
----------------------------------------------------- */
4+
@import "swiper/swiper-bundle.css";
5+
46
* {
57
margin: 0;
68
padding: 0;

src/scripts/swiper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import { register } from 'swiper/element/bundle';
22

3-
// Register all Swiper custom elements globally
43
register();

0 commit comments

Comments
 (0)