juice icon indicating copy to clipboard operation
juice copied to clipboard

Mixins for Life

Results 4 juice issues
Sort by recently updated
recently updated
newest added

how can i resolve this problem ?

``` @mixin box-fade($side: both, $color: #000000, $size: 100px) { position: relative; z-index: -1; $selector: '&:before, &:after'; $top: 0; @if $side == top { $selector: '&:before'; } @else if $side ==...

enhancement

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

enhancement

enhancement
help wanted