Skip to content

Commit 60f9922

Browse files
committed
feat: unocss
1 parent d7e3cae commit 60f9922

9 files changed

+2133
-24
lines changed

docs/index.mdx

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: UnoCss
3+
---
4+
5+
```jsx live mobile
6+
import { UnoComp } from "../dist/index.esm";
7+
8+
<UnoComp />;
9+
```

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"react-dom": ">=18.2.0"
3030
},
3131
"devDependencies": {
32+
"@blizzbolts/docit": "^0.11.0",
3233
"@changesets/cli": "^2.26.2",
3334
"@csstools/postcss-cascade-layers": "^4.0.0",
3435
"@pandacss/dev": "^0.14.0",
@@ -45,6 +46,7 @@
4546
"@types/node": "^20.4.5",
4647
"@types/react": "^18.2.17",
4748
"@types/react-dom": "^18.2.7",
49+
"@unocss/postcss": "^0.55.7",
4850
"@vitest/coverage-v8": "^0.34.4",
4951
"cross-env": "^7.0.3",
5052
"detect-port": "^1.5.1",
@@ -63,6 +65,7 @@
6365
"rollup-plugin-visualizer": "^5.9.2",
6466
"tsc-alias": "^1.8.7",
6567
"typescript": "5.2.2",
68+
"unocss": "^0.55.7",
6669
"vitest": "^0.34.4"
6770
},
6871
"publishConfig": {

0 commit comments

Comments
 (0)