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