8 lines
82 B
SCSS
8 lines
82 B
SCSS
|
|
.center-block {
|
|
@include center-block();
|
|
}
|
|
|
|
.clearfix {
|
|
@include clearfix();
|
|
}
|