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

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