Sha256: 232dcf021f40951ad4c6ae27d67e477f60b49f0e7fda041cad1161792194f242
Contents?: true
Size: 429 Bytes
Versions: 24
Compression:
Stored size: 429 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
24 entries across 24 versions & 3 rubygems