Sha256: 5192ae3d7fb3a5a49095035a8cdb3a174c719b6b95e6bba9441473ea7ddfeab9
Contents?: true
Size: 377 Bytes
Versions: 51
Compression:
Stored size: 377 Bytes
Contents
// Susy Debug // ---------------- // Output arguments passed to a inspect. // - $mixin : <susy mixin> // - $inspec : <mixin arguments> @mixin susy-inspect($mixin, $inspect...) { $show: false; @each $item in $inspect { @if index($item, inspect) { $show: true; } } @if $show or susy-get(debug inspect) { -susy-#{$mixin}: inspect($inspect); } };
Version data entries
51 entries across 51 versions & 2 rubygems