diff --git a/tailwind.config.js b/tailwind.config.js index 5e65902..375fd8f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,7 +14,7 @@ module.exports = { }, }, variants: { - transitionProperty: ({ after }) => after(['motion-reduce']), + transitionProperty: ({ after }) => after(["motion-reduce"]), }, plugins: [], };