// ---- // libsass (v3.2.5) // ---- $small: nothing; @mixin testSmall($s: null) { @if ($s == nothing) { display: none } @else { background: transparent url(img) no-repeat 50% 50%; background-size: cover; padding-bottom: 94.85%; } } @include testSmall($small);