Skip to content

Commit

Permalink
Fixed tailwind forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-playfab committed Dec 20, 2024
1 parent ae65254 commit 05999a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/

/** @type {import('tailwindcss').Config} */
import forms from "@tailwindcss/forms";

export default {
content: [
Expand Down Expand Up @@ -55,5 +56,5 @@ export default {
},
},
},
plugins: [require("@tailwindcss/forms")],
plugins: [forms],
};

0 comments on commit 05999a2

Please sign in to comment.