From 3b3cff8caea0ac8c6a7cd96422c12716fcdcc6e1 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 15 May 2019 18:36:53 +0200 Subject: [PATCH] Turn off CSS debugging. WIP #2684 @0:05 --- wp-content/themes/c6/resources/assets/styles/common/debug.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/c6/resources/assets/styles/common/debug.styl b/wp-content/themes/c6/resources/assets/styles/common/debug.styl index 02c032c..8ff8c95 100644 --- a/wp-content/themes/c6/resources/assets/styles/common/debug.styl +++ b/wp-content/themes/c6/resources/assets/styles/common/debug.styl @@ -1,5 +1,5 @@ // Debugging styles -$debug = 1 +$debug = 0 if ($debug > 1) -- 2.39.5