@rolster/styles-foundations 2.3.27 → 2.3.28
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
|
@@ -119,9 +119,6 @@
|
|
|
119
119
|
box-shadow: 0px 0px 0px 3px var(--rls-theme-shadow-500);
|
|
120
120
|
transform: var(--pvt-list-transform);
|
|
121
121
|
transform-origin: var(--pvt-list-transform-origin);
|
|
122
|
-
transition:
|
|
123
|
-
opacity 240ms 0ms var(--rls-standard-curve),
|
|
124
|
-
transform 240ms 0ms var(--rls-standard-curve);
|
|
125
122
|
}
|
|
126
123
|
}
|
|
127
124
|
|