From: Vladimír Vondruš Date: Tue, 12 Sep 2017 19:58:16 +0000 (+0200) Subject: css: don't include the debug CSS by default. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9a34ec38ae014a4c4ed35554f349e480465fe0cd;p=blog.git css: don't include the debug CSS by default. The user is now responsible for including it. --- diff --git a/css/m-dark.css b/css/m-dark.css index e74d621f..0993388b 100644 --- a/css/m-dark.css +++ b/css/m-dark.css @@ -1,6 +1,5 @@ @import url('m-grid.css'); @import url('m-components.css'); -@import url('m-debug.css'); :root { /* Text properties */ diff --git a/css/m-light.css b/css/m-light.css index 03e0a896..4f138270 100644 --- a/css/m-light.css +++ b/css/m-light.css @@ -1,6 +1,5 @@ @import url('m-grid.css'); @import url('m-components.css'); -@import url('m-debug.css'); :root { /* Text properties */