@swisspost/design-system-styles 5.2.0 → 5.3.0

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.
@@ -17,7 +17,7 @@
17
17
  line-height: var(--post-body-line-height);
18
18
 
19
19
  @include media-breakpoint-down(md) {
20
- padding: 1rem 3rem 1rem 0rem;
20
+ padding: 1rem 3rem 1rem 0;
21
21
  }
22
22
  }
23
23
 
package/fonts.scss CHANGED
@@ -3,4 +3,4 @@
3
3
  * https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/2022.21/en-US/90c7a11d17b14859b61d1b991b17e911.html?css=https%3A%2F%2Fpost-ch.eu10.sapanalytics.cloud%2Fsap%2Ffpa%2Fservices%2Frest%2Fepm%2Ffeature%2Fcss%3Ftenant%3D1
4
4
  */
5
5
 
6
- @use "./components/fonts.scss"
6
+ @use './components/fonts.scss';