feat: add unit configuration to uno.config.ts

This commit is contained in:
SujalXplores 2024-12-14 00:00:23 +05:30
parent 1764145ba4
commit 69ec309f81
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
{ "commit": "5f3405151043b3c32da7acc6353247a5508969b3" } { "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" }

View File

@ -241,6 +241,7 @@ export default defineConfig({
collections: { collections: {
...customIconCollection, ...customIconCollection,
}, },
unit: 'em',
}), }),
], ],
}); });