Skip to content

Commit

Permalink
fixing tailwind config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 23, 2024
1 parent 4e47968 commit 22d1ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { link } = require("fs");
import tailwindcssAnimate from "tailwindcss-animate";

/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
darkMode: ["class"],
content: [
"./pages/**/*.{ts,tsx}",
Expand Down Expand Up @@ -83,5 +83,5 @@ module.exports = {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [tailwindcssAnimate],
};

0 comments on commit 22d1ea2

Please sign in to comment.