@mixd-id/web-scaffold 0.1.230406006 → 0.1.230406007

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406006",
4
+ "version": "0.1.230406007",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -459,6 +459,10 @@ export default{
459
459
  }
460
460
 
461
461
  .comp ol li{
462
+ @apply list-decimal ml-6;
463
+ }
464
+
465
+ .comp ul li{
462
466
  @apply list-disc ml-6;
463
467
  }
464
468