Skip to content

Commit

Permalink
fix: update Tailwind CSS forms plugin import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ainunns committed Dec 4, 2024
1 parent 740ea96 commit 3e83efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import forms from "@tailwindcss/forms";
import defaultTheme from "tailwindcss/defaultTheme";

/** @type {import('tailwindcss').Config} */
Expand Down Expand Up @@ -64,5 +63,5 @@ export default {
},
},

plugins: [forms],
plugins: [require('@tailwindcss/forms')],
};

0 comments on commit 3e83efc

Please sign in to comment.