Import variables into component scss files

This commit is contained in:
William Welling
2016-12-02 09:59:41 -06:00
parent 82ecfbf6dd
commit 657d5c35f3
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@import '../styles/variables.scss';
header nav.navbar {
border-radius: 0rem;
}

View File

@@ -0,0 +1 @@
@import '../../styles/variables.scss';