Skip to content

Commit

Permalink
chore: use flowind
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Sep 11, 2024
1 parent e25db65 commit 2d5ba82
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 44 deletions.
43 changes: 0 additions & 43 deletions apps/frontend/web/app/routes/api.$/route.tsx

This file was deleted.

1 change: 1 addition & 0 deletions apps/frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"tailwindcss": "^3.4.4",
"unocss": "^0.61.5",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-flowind": "^0.0.2",
"unocss-preset-shadcn": "^0.3.1",
"vite-tsconfig-paths": "^4.2.1"
}
Expand Down
4 changes: 3 additions & 1 deletion apps/frontend/web/uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {

import presetAnimations from 'unocss-preset-animations';
import { presetShadcn } from 'unocss-preset-shadcn';
import { presetFlowind } from 'unocss-preset-flowind';

export default defineConfig({
content: {
Expand Down Expand Up @@ -55,7 +56,8 @@ export default defineConfig({
}),
presetTypography(),
presetAnimations(),
presetShadcn()
presetShadcn(),
presetFlowind()
],
transformers: [transformerDirectives(), transformerVariantGroup()],
shortcuts: {
Expand Down
12 changes: 12 additions & 0 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 2d5ba82

Please sign in to comment.