From 9a34ec38ae014a4c4ed35554f349e480465fe0cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 12 Sep 2017 21:58:16 +0200 Subject: [PATCH] css: don't include the debug CSS by default. The user is now responsible for including it. --- css/m-dark.css | 1 - css/m-light.css | 1 - 2 files changed, 2 deletions(-) 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 */ -- 2.30.2