_mixins.scss

1@mixin centered-block() {
2    display: block;
3    text-align: center;
4    width: 100%;
5}