_sass/vendor/susy/susy/output/shared/_inspect.scss in minimal-mistakes-jekyll-4.0.1 vs _sass/vendor/susy/susy/output/shared/_inspect.scss in minimal-mistakes-jekyll-4.0.2
- old
+ new
@@ -1,25 +1,25 @@
-// 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);
- }
-}
+// 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);
+ }
+}