@myelmut/design-system 0.1.17 → 0.1.18

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": "@myelmut/design-system",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Design system for Elmut project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -102,7 +102,7 @@
102
102
  --radius-table: 1.875rem;
103
103
 
104
104
  /* Custom breakpoints (affect all @md, @lg, etc. utilities) */
105
- --breakpoint-xs: 155;
105
+ --breakpoint-xs: 155px;
106
106
 
107
107
  /* Custom container widths */
108
108
  --container-xs: 100vw;