From 69ec309f81d154147fa2ebc629ac749bf399d15b Mon Sep 17 00:00:00 2001 From: SujalXplores Date: Sat, 14 Dec 2024 00:00:23 +0530 Subject: [PATCH] feat: add unit configuration to uno.config.ts --- app/commit.json | 2 +- uno.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/commit.json b/app/commit.json index bb9758332..16937fbe1 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "5f3405151043b3c32da7acc6353247a5508969b3" } +{ "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" } diff --git a/uno.config.ts b/uno.config.ts index 240199118..56c98a6ea 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -241,6 +241,7 @@ export default defineConfig({ collections: { ...customIconCollection, }, + unit: 'em', }), ], });