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