From c166ec41d770ff0791879f0af5688384f8f8b77d Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Fri, 15 Mar 2019 01:30:50 -0500 Subject: [PATCH] remove unnecessary noise --- projects/account/src/app/profile/new/new.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/account/src/app/profile/new/new.component.scss b/projects/account/src/app/profile/new/new.component.scss index 28450d2..fefff6e 100644 --- a/projects/account/src/app/profile/new/new.component.scss +++ b/projects/account/src/app/profile/new/new.component.scss @@ -1,6 +1,6 @@ -@import "../../../../../../node_modules/@angular/material/theming"; +@import "~@angular/material/theming"; @import "mycroft-colors"; -@import "../../../../../../src/stylesheets/components/buttons"; +@import "components/buttons"; button { @include action-button-primary;