6 lines
68 B
SCSS
6 lines
68 B
SCSS
|
@import "constants";
|
||
|
|
||
|
.gap-left {
|
||
|
margin-left: $default-spacer;
|
||
|
}
|