From 5032b2536b0bcb2e7182e588b3916cfb42d3dcf4 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 19 Dec 2024 10:23:41 +0100 Subject: [PATCH] fix(ui): remove typography.scss from main.scss --- front/src/style/_main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 910320b6d..556adadc4 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -8,7 +8,6 @@ $bottom-player-height: 4rem; @import "./globals/_app.scss"; @import "./globals/_channels.scss"; @import "./globals/_layout.scss"; -@import "./globals/_typography.scss"; @import "./globals/_utils.scss"; @import "./components/_action_table.scss";