From 862632335b7b3ba4ca056218a5b06c6f292ec7e2 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Mon, 25 Jun 2018 08:05:42 +0200 Subject: [PATCH] Minor This CSS is now included directly from the HTML. The real fix, however, is to preprocess the CSS into one file --- assets/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 6c2202c..5e5dafa 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,5 +1,3 @@ -@import "themes.css"; - .prototype { display: none; }