From d0d9215bbb3c5b56d682abffb5abb916ff9d4387 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 8 Apr 2020 13:31:31 -0500 Subject: Fix documentation error Using SCSS tokens in single file components results in a compile issue causing the documentation to white screen. Moving custom alert styles to the global alert .scss file to resolve this issue and to keep all alert styles in one place. Signed-off-by: Derick Montague Change-Id: I047fa15c76cdfb842e5c00eea99e529595b94632 --- src/components/Global/Alert.vue | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/components/Global') diff --git a/src/components/Global/Alert.vue b/src/components/Global/Alert.vue index d59b25ca..d31d673d 100644 --- a/src/components/Global/Alert.vue +++ b/src/components/Global/Alert.vue @@ -32,10 +32,3 @@ export default { } }; - - -- cgit v1.2.3