@obosbbl/grunnmuren-tailwind 2.4.2 → 2.4.3

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.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
@@ -16,7 +16,7 @@
16
16
  "font.css"
17
17
  ],
18
18
  "devDependencies": {
19
- "tailwindcss": "4.1.17"
19
+ "tailwindcss": "4.1.18"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "tailwindcss": "^4.0.0"
package/tailwind-base.css CHANGED
@@ -223,6 +223,10 @@
223
223
  @apply text-[0.875rem]/[1.375rem] lg:text-[0.875rem]/[1.4375rem];
224
224
  }
225
225
 
226
+ @utility footnote {
227
+ @apply text-[0.75rem]/[1.3125rem];
228
+ }
229
+
226
230
  /* Focus styles */
227
231
  @utility outline-focus {
228
232
  @apply outline-2 outline-black;