Sha256: 780fd7ec8877dcfe32b13546a4749dc08c3a8a5d548430a5a8033a8993ce6925
Contents?: true
Size: 404 Bytes
Versions: 13
Compression:
Stored size: 404 Bytes
Contents
// Debugging // ========= // Susy Inspect // ------------ // 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
13 entries across 13 versions & 5 rubygems