@thesquad-components/sqd-module-template 0.1.7 → 0.1.8

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
@@ -805,9 +805,6 @@
805
805
  .right-3\.5 {
806
806
  right: calc(var(--spacing) * 3.5);
807
807
  }
808
- .right-4 {
809
- right: calc(var(--spacing) * 4);
810
- }
811
808
  .-bottom-0\.5 {
812
809
  bottom: calc(var(--spacing) * -0.5);
813
810
  }
@@ -832,9 +829,6 @@
832
829
  .bottom-3 {
833
830
  bottom: calc(var(--spacing) * 3);
834
831
  }
835
- .bottom-4 {
836
- bottom: calc(var(--spacing) * 4);
837
- }
838
832
  .bottom-5 {
839
833
  bottom: calc(var(--spacing) * 5);
840
834
  }