4 lines
79 B
SCSS
4 lines
79 B
SCSS
|
|
@mixin center-block($topBottom: 0) {
|
||
|
|
float:none;
|
||
|
|
margin: $topBottom auto;
|
||
|
|
}
|