Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 46b04b8

Browse files
committed
Update unocss example
1 parent 8291b72 commit 46b04b8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

examples/feature-apps/unocss/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
width: 100%;
2828
height: 100%;
2929
}
30+
a {
31+
color: inherit;
32+
}
3033
</style>
3134
<ssr-head>
3235
</head>

examples/feature-apps/unocss/server.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import presetUno from "https://esm.sh/@unocss/preset-uno@0.30.12";
2-
import presetIcons from "https://esm.sh/@unocss/preset-icons@0.30.12?no-require";
1+
import presetUno from "https://esm.sh/@unocss/preset-uno@0.31.6";
2+
import presetIcons from "https://esm.sh/@unocss/preset-icons@0.31.6?no-require";
33
import carbonIcons from "https://esm.sh/@iconify-json/[email protected]/icons.json" assert { type: "json" };
44
import { renderToString } from "react-dom/server";
55
import { Router } from "aleph/react";

0 commit comments

Comments
 (0)