@obosbbl/grunnmuren-tailwind 2.0.2 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
package/tailwind-base.css CHANGED
@@ -38,6 +38,10 @@
38
38
  --color-orange: #e8a74a;
39
39
  --color-orange-light: #f8e5c9;
40
40
  --color-yellow: #fff5d2;
41
+
42
+ /** Breakpoints ***/
43
+ --breakpoint-3xl: 108rem;
44
+ --breakpoint-4xl: 120rem;
41
45
  }
42
46
 
43
47
  @layer base {
@@ -127,7 +131,7 @@
127
131
  }
128
132
 
129
133
  @utility heading-s {
130
- @apply font-text font-medium text-[1.1875rem]/[1.1875rem] lg:text-[1.3125rem]/[2.125rem];
134
+ @apply font-text font-medium text-[1.1875rem]/[1.875rem] lg:text-[1.3125rem]/[2.125rem];
131
135
  }
132
136
 
133
137
  @utility heading-xs {