kjbrum/juice

Add full-bg

kjbrum opened this issue · 0 comments

@mixin full-bg($size: 'cover', $position: 'center center', $repeat: 'no-repeat') {
    background-size: #{$size};
    background-repeat: #{$repeat};
    background-position: #{$position};
}