6 lines
66 B
SCSS
6 lines
66 B
SCSS
|
@import "constants";
|
||
|
|
||
|
.mb-1 {
|
||
|
margin-bottom: $default-spacer;
|
||
|
}
|