@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.3.27",
3
+ "version": "2.3.28",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -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