Sha256: 8c994b0e2b9822d81759247cadd7d5a26c74638d93888be75d6f6bb2666351dc
Contents?: true
Size: 401 Bytes
Versions: 17
Compression:
Stored size: 401 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
17 entries across 17 versions & 3 rubygems