Skip to content

Commit

Permalink
Remove Tailwind CSS forms plugin from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
msosav committed Nov 6, 2024
1 parent 482f50a commit dcc9d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default {
theme: {
extend: {
fontFamily: {
"inter": ["Inter", "sans-serif"],
inter: ["Inter", "sans-serif"],
},
},
},
plugins: [require("@tailwindcss/forms")],
plugins: [],
};

0 comments on commit dcc9d9b

Please sign in to comment.