@obosbbl/grunnmuren-tailwind 2.4.0 → 2.4.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": "@obosbbl/grunnmuren-tailwind",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
package/tailwind-base.css CHANGED
@@ -114,7 +114,8 @@
114
114
  }
115
115
 
116
116
  @utility layout-gap-x {
117
- @apply gap-x-2 layout-grid-gap-x;
117
+ @apply gap-x-2;
118
+ @apply layout-grid-gap-x;
118
119
  }
119
120
 
120
121
  @utility layout-gap-y {