feat: add unit configuration to uno.config.ts
Browse files- app/commit.json +1 -1
- uno.config.ts +1 -0
app/commit.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "commit": "
|
|
|
1 |
+
{ "commit": "1764145ba4cd8a4cf10f4dc89ac9abf6fd1a00fd" }
|
uno.config.ts
CHANGED
@@ -241,6 +241,7 @@ export default defineConfig({
|
|
241 |
collections: {
|
242 |
...customIconCollection,
|
243 |
},
|
|
|
244 |
}),
|
245 |
],
|
246 |
});
|
|
|
241 |
collections: {
|
242 |
...customIconCollection,
|
243 |
},
|
244 |
+
unit: 'em',
|
245 |
}),
|
246 |
],
|
247 |
});
|