@rolster/styles-foundations 2.3.11 → 2.3.12

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.11",
3
+ "version": "2.3.12",
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",
@@ -146,7 +146,7 @@
146
146
 
147
147
  &--error {
148
148
  background: var(--rls-danger-color-100);
149
- border: var(--rls-border-1-danger-300);
149
+ border: var(--rls-danger-border-1-300);
150
150
  }
151
151
  }
152
152