From 995fc997ceb7e21dbd0007294e0b1bd53eb4691e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 20 Sep 2018 00:01:04 +0200 Subject: [PATCH] clean: remove various "@debug" in SCSS --- scss/xy-grid/_cell.scss | 2 -- test/sass/_selector.scss | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 1d578d79d..b851b6ab6 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -157,9 +157,7 @@ $direction: if($vertical == true, height, width); @if (type-of($sizes) == 'map') { - @debug 'gen'; @include -zf-breakpoint-value(auto, $sizes) { - @debug $-zf-bp-value; #{$direction}: $-zf-bp-value; } } diff --git a/test/sass/_selector.scss b/test/sass/_selector.scss index 8e47ae7ca..9385f06dc 100755 --- a/test/sass/_selector.scss +++ b/test/sass/_selector.scss @@ -3,13 +3,11 @@ @import '../../scss/util/selector'; @include test-module('Selector') { - + @include test('Selector [function]') { $test: #{text-inputs(text password)}; $expect: "[type='text'], [type='password']"; - //@debug $test; - @include assert-equal($test, $expect, 'Creates a selector out of a list of text input types'); } @@ -18,8 +16,6 @@ $test: #{text-inputs(text password, $modifier: ':focus')}; $expect: "[type='text']:focus, [type='password']:focus"; - //@debug $test; - @include assert-equal($test, $expect, 'Creates a selector out of a list of text input types with a modifier'); } -- 2.47.2