@algorithm-shift/design-system 1.2.968 → 1.2.969

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/dist/index.css CHANGED
@@ -433,6 +433,9 @@
433
433
  .my-1 {
434
434
  margin-block: calc(var(--spacing) * 1);
435
435
  }
436
+ .mt-0 {
437
+ margin-top: calc(var(--spacing) * 0);
438
+ }
436
439
  .mt-1 {
437
440
  margin-top: calc(var(--spacing) * 1);
438
441
  }
@@ -855,9 +858,6 @@
855
858
  .scroll-py-1 {
856
859
  scroll-padding-block: calc(var(--spacing) * 1);
857
860
  }
858
- .appearance-auto {
859
- appearance: auto;
860
- }
861
861
  .grid-cols-12 {
862
862
  grid-template-columns: repeat(12, minmax(0, 1fr));
863
863
  }