Skip to content

Commit

Permalink
chore: delete iconsPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Aug 12, 2024
1 parent 4ec09e1 commit 0ba4488
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"type-check": "nuxi typecheck"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.7.4",
"@hypernym/nuxt-anime": "^2.1.1",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
Expand Down
7 changes: 0 additions & 7 deletions apps/client/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { iconsPlugin, getIconCollections } = require("@egoist/tailwindcss-icons");

/** @type {import('tailwindcss').Config} */
export default {
darkMode: "class",
Expand Down Expand Up @@ -51,11 +49,6 @@ export default {
},
plugins: [
require("daisyui"),
iconsPlugin({
// 配置需要的 icon 包就行(需要安装)
// 来这里找 https://icones.js.org/
collections: getIconCollections(["ph", "simple-icons"]),
}),
function ({ addComponents, addUtilities }) {
const buttons = {
".tw-btn-blue": {
Expand Down
30 changes: 0 additions & 30 deletions pnpm-lock.yaml

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

0 comments on commit 0ba4488

Please sign in to comment.