analytica-frontend-lib 1.1.26 → 1.1.27

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/styles.css CHANGED
@@ -695,9 +695,6 @@
695
695
  .mb-auto {
696
696
  margin-bottom: auto;
697
697
  }
698
- .\!-ml-2 {
699
- margin-left: calc(var(--spacing) * -2) !important;
700
- }
701
698
  .ml-1 {
702
699
  margin-left: calc(var(--spacing) * 1);
703
700
  }