diff --git a/src/components/Main.vue b/src/components/Main.vue
index ef9eb1e..040b027 100644
--- a/src/components/Main.vue
+++ b/src/components/Main.vue
@@ -6,7 +6,7 @@
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index aae9762..5e65902 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -13,6 +13,8 @@ module.exports = {
},
},
},
- variants: {},
+ variants: {
+ transitionProperty: ({ after }) => after(['motion-reduce']),
+ },
plugins: [],
};