Commit c88992f

mo khan <mo@mokhan.ca>
2015-04-18 16:08:33
use import instead of global require.
1 parent ea87e4b
Changed files (2)
app
app/assets/stylesheets/application.scss
@@ -11,6 +11,5 @@
  * file per style scope.
  *
  *= require_self
- *= require foundation_and_overrides
  *= require_tree .
  */
app/assets/stylesheets/global.scss
@@ -1,4 +1,5 @@
 @import url(//fonts.googleapis.com/css?family=Playfair+Display:900);
+@import "foundation_and_overrides";
 
 /* ---------------------------------------------- */
 /* Mixins --------------------------------------- */
@@ -45,7 +46,7 @@ nav h1 {
 
 nav svg {
   display: inline-block;
-  fill: #FFFFFF;
+  fill: $white;
   float: left;
   margin: 5px 8px 0 20px;
   position: relative;