* {
    box-sizing:border-box;
}

.container {
    @extend %center;
    width:100%;
    @if ($max-width-set) {
        max-width:$max-width;
    }
}