sujal777 commited on
Commit
69ec309
·
1 Parent(s): 1764145

feat: add unit configuration to uno.config.ts

Browse files
Files changed (2) hide show
  1. app/commit.json +1 -1
  2. uno.config.ts +1 -0
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "5f3405151043b3c32da7acc6353247a5508969b3" }
 
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
  });