From 9f568dddb5e3c2ab0e6d104149bf3a99db2e3153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Yeguas?= Date: Fri, 13 Mar 2020 21:42:40 +0100 Subject: [PATCH] Remove DEV mode #1 --- themes/hugo-serif-theme/assets/scss/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-serif-theme/assets/scss/style.scss b/themes/hugo-serif-theme/assets/scss/style.scss index 6ff2c80..3bd4b40 100755 --- a/themes/hugo-serif-theme/assets/scss/style.scss +++ b/themes/hugo-serif-theme/assets/scss/style.scss @@ -46,7 +46,7 @@ body { } // Display breakpoints for DEV -body:after { +/*body:after { color: #000000; font-size: 12px; padding: 5px; @@ -64,4 +64,4 @@ body:after { content: '#{$name} - min-width: #{$value}'; } } -} +}*/