analytica-frontend-lib 1.2.21 → 1.2.22

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.
@@ -2984,9 +2984,6 @@
2984
2984
  .py-8 {
2985
2985
  padding-block: calc(var(--spacing) * 8);
2986
2986
  }
2987
- .py-12 {
2988
- padding-block: calc(var(--spacing) * 12);
2989
- }
2990
2987
  .py-\[17px\] {
2991
2988
  padding-block: 17px;
2992
2989
  }