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.
2 parents 9edaa72 + bd61479 commit 4dafc2fCopy full SHA for 4dafc2f
2 files changed
public/styles.css
@@ -1,6 +1,8 @@
1
/* -----------------------------------------------------
2
Global Reset & Base
3
----------------------------------------------------- */
4
+@import "swiper/swiper-bundle.css";
5
+
6
* {
7
margin: 0;
8
padding: 0;
src/scripts/swiper.js
@@ -1,4 +1,3 @@
import { register } from 'swiper/element/bundle';
-// Register all Swiper custom elements globally
register();
0 commit comments