@szum-tech/design-system 3.0.0 → 3.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szum-tech/design-system",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
@@ -17,3 +17,12 @@
17
17
  @apply bg-background font-poppins text-foreground antialiased;
18
18
  }
19
19
  }
20
+
21
+ @utility container {
22
+ @apply mx-auto max-w-7xl px-8 sm:px-16;
23
+ }
24
+
25
+ @utility container-* {
26
+ max-width: --value(--container-*);
27
+ @apply mx-auto;
28
+ }