@helpwave/hightide 0.9.3 → 0.9.4

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.
@@ -432,9 +432,6 @@
432
432
  .my-2 {
433
433
  margin-block: calc(var(--spacing) * 2);
434
434
  }
435
- .mt-1 {
436
- margin-top: calc(var(--spacing) * 1);
437
- }
438
435
  .mt-2 {
439
436
  margin-top: calc(var(--spacing) * 2);
440
437
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "license": "MPL-2.0",
13
- "version": "0.9.3",
13
+ "version": "0.9.4",
14
14
  "files": [
15
15
  "dist"
16
16
  ],