We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5b568 commit e3bbe2fCopy full SHA for e3bbe2f
src/components/spacing/Spacing.style.scss
@@ -0,0 +1,11 @@
1
+@use "../../styles/variables";
2
+
3
+.spacing {
4
+ position: relative;
5
+}
6
7
+@each $name, $size in variables.$sizes {
8
+ .spacing--#{$name} {
9
+ margin-bottom: $size;
10
+ }
11
0 commit comments