Skip to content

Commit

Permalink
chore(unocss): add icons plugin
Browse files Browse the repository at this point in the history
and phosphor icons
  • Loading branch information
zettca committed Nov 8, 2024
1 parent 09d5f65 commit e343c6d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@hitachivantara/uikit-config": "*",
"@hookform/resolvers": "^3.3.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@iconify-json/ph": "^1.2.1",
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.14.20",
"@playwright/test": "^1.41.1",
Expand Down
4 changes: 2 additions & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from "unocss";
import { defineConfig, presetIcons } from "unocss";
import { presetHv } from "@hitachivantara/uikit-uno-preset";

export default defineConfig({
presets: [presetHv()],
presets: [presetHv(), presetIcons()],
});

0 comments on commit e343c6d

Please sign in to comment.