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

Commit 21b9359

Browse files
committed
Use unocss 0.32.1
1 parent 261bb23 commit 21b9359

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/@unocss/preset-attributify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Provides Attributify Mode to other presets and rules.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-attributify
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1";

lib/@unocss/preset-icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Use any icon as a class utility.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-icons
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2?no-require";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1?no-require";

lib/@unocss/preset-mini.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The minimal but essential rules and variants.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-mini
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1";

lib/@unocss/preset-typography.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The typography preset.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-typography
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1";

lib/@unocss/preset-uno.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "https://esm.sh/@unocss/[email protected].2";
1+
export { default } from "https://esm.sh/@unocss/[email protected].1";

lib/@unocss/preset-web-fonts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Web fonts at ease.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1";

lib/@unocss/preset-wind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Tailwind / Windi CSS compact preset.
33
* https://github.com/unocss/unocss/tree/main/packages/preset-wind
44
*/
5-
export { default } from "https://esm.sh/@unocss/[email protected].2";
5+
export { default } from "https://esm.sh/@unocss/[email protected].1";

0 commit comments

Comments
 (0)