From 19b0c7978f5ccff86d4c326d6897c1687a48d58e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 2 Apr 2021 07:33:36 -0400 Subject: [PATCH] rename toast stack stylesheet --- .../alert/{alert.light-dom.scss => toast-stack.light-dom.scss} | 0 src/styles/base.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/alert/{alert.light-dom.scss => toast-stack.light-dom.scss} (100%) diff --git a/src/components/alert/alert.light-dom.scss b/src/components/alert/toast-stack.light-dom.scss similarity index 100% rename from src/components/alert/alert.light-dom.scss rename to src/components/alert/toast-stack.light-dom.scss diff --git a/src/styles/base.scss b/src/styles/base.scss index cc2bac0e..1d069c7b 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -4,7 +4,7 @@ // Component light DOM styles - only follow this pattern when absolutely necessary! //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -@use '../components/alert/alert.light-dom'; +@use '../components/alert/toast-stack.light-dom'; :root { //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////