From 9a6a7cfe702b2a775436b91490f30fa68c6590c5 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Fri, 20 Jul 2018 15:19:50 -0400 Subject: [PATCH] Add import for progress menu --- scss/atat.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/atat.scss b/scss/atat.scss index 5c42eb7e..082fbab2 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -21,4 +21,5 @@ @import 'components/alerts'; @import 'sections/footer'; -@import 'sections/login'; \ No newline at end of file +@import 'sections/login'; +@import 'sections/progress_menu.scss';