From fbd602e18a16de0fafba05133b969f3748965280 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 26 Oct 2023 23:14:12 +0200 Subject: [PATCH] Fix style usage --- src/app/dashboard/dashboard.component.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 9fc98c2..6ae996b 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -1,7 +1,5 @@ @use 'mixins'; -@include mixins.centralColumnLayout(); - p { @include mixins.justifiedText(); }