From 535c9a105106c3156697107b0a6e0e05645452af Mon Sep 17 00:00:00 2001 From: Oseer Williams Date: Mon, 22 Jan 2024 10:41:02 -0500 Subject: [PATCH] feat(components): theme update --- libs/components/theme/theme.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/components/theme/theme.scss b/libs/components/theme/theme.scss index 864a842d37..2297653f52 100644 --- a/libs/components/theme/theme.scss +++ b/libs/components/theme/theme.scss @@ -2,7 +2,6 @@ @use '../src/icon/icon' as icon; @use '../src/skeleton/skeleton.styles' as skeleton; // TODO - should be a component for text and block @use './mixins' as theme; - @import '../../icons/covalent-icons.css'; @include icon.core-styles(); // TODO - include future support in icons css