Skip to content

Commit

Permalink
remove unneeded plugin since it's included with metro
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 27, 2024
1 parent 6bf0790 commit 83ec910
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ module.exports = {
},
plugins: [
...plugins(),
require("@tailwindcss/forms")({
// don't make global styles since they conflict with ours
strategy: "class"
}),
// Allows prefixing tailwind classes with LiveView classes to add rules
// only when LiveView classes are applied, for example:
//
Expand Down

0 comments on commit 83ec910

Please sign in to comment.