From c35ef76f9cff72395abe09b9ff7a6909296c1125 Mon Sep 17 00:00:00 2001 From: Mikkel Munch Mortensen <3xm@detfalskested.dk> Date: Tue, 12 Feb 2019 12:58:20 +0100 Subject: [PATCH] Rename custom CSS file --- _sass/{_badges.scss => _datacoop.scss} | 0 assets/css/style.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename _sass/{_badges.scss => _datacoop.scss} (100%) diff --git a/_sass/_badges.scss b/_sass/_datacoop.scss similarity index 100% rename from _sass/_badges.scss rename to _sass/_datacoop.scss diff --git a/assets/css/style.scss b/assets/css/style.scss index 467a59c..1135038 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -300,4 +300,4 @@ table th // ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start @import "highlights"; @import "svg-icons"; -@import "badges"; +@import "datacoop";