Skip to content

Commit

Permalink
chore(deps): remove daisyui
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Apr 22, 2024
1 parent 66500d5 commit e32046a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
45 changes: 0 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"devDependencies": {
"daisyui": "^4.10.2",
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ module.exports = {
},
},
},
plugins: [require("daisyui")],
plugins: [],
};

0 comments on commit e32046a

Please sign in to comment.