@cfx-dev/ui-components 5.0.2 → 5.0.3
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.
|
@@ -143,6 +143,12 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
@mixin spacing-tokens() {
|
|
147
|
+
@each $name, $value in ui.$spacingMap {
|
|
148
|
+
@include ui.def('spacing-#{$name}', $value);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
146
152
|
@mixin spacer-tokens() {
|
|
147
153
|
// Mobile sizes
|
|
148
154
|
@include ui.def('spacer-xxsmall', ui.gs(100));
|
package/dist/utils/ui/ui.js
CHANGED