kmcom-nuxt-layers 1.7.6 → 1.7.8

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.
@@ -7,12 +7,10 @@
7
7
  */
8
8
 
9
9
  /* --- Theme Transition --- */
10
- @layer utilities {
11
- .theme-transition {
12
- transition-property: color, background-color, border-color, fill, stroke, box-shadow;
13
- transition-duration: 700ms;
14
- transition-delay: 0ms;
15
- }
10
+ .theme-transition {
11
+ transition-property: color, background-color, border-color, fill, stroke, box-shadow;
12
+ transition-duration: 700ms;
13
+ transition-delay: 0ms;
16
14
  }
17
15
 
18
16
  /* --- Reduced Motion --- */
@@ -19,8 +19,6 @@
19
19
  opacity: 0 !important;
20
20
  }
21
21
 
22
- @layer utilities {
23
- .site-word {
24
- display: block;
25
- }
22
+ .site-word {
23
+ display: block;
26
24
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kmcom-nuxt-layers",
3
3
  "private": false,
4
- "version": "1.7.6",
4
+ "version": "1.7.8",
5
5
  "description": "Composable Nuxt 4 layers for building scalable Vue applications",
6
6
  "exports": {
7
7
  "./layers/core": "./layers/core/nuxt.config.ts",