From 9f9fd7572163bd6ae1072b951c84ec35b0b19817 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 20 Mar 2024 13:44:08 +0100 Subject: [PATCH] Stylelint fix --- projects/aca-content/src/lib/ui/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index 56b0bb5ff..33840c63f 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -4,7 +4,7 @@ @import 'custom-theme'; @import 'variables/variables'; @include custom-theme($custom-theme); -@include mat.core(); +@include mat.core; mat-toolbar { color: var(--theme-text-color, rgba(0, 0, 0, 0.54));