Skip to content

Commit 4dafc2f

Browse files
authored
Merge pull request #17 from amakarudze/master
Fix swiper issues for carousel
2 parents 9edaa72 + bd61479 commit 4dafc2f

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)