Commit efe5b9f

mo khan <mo@mokhan.ca>
2015-03-31 01:39:54
use $white from foundation.
1 parent db2cdf3
Changed files (2)
app
app/assets/stylesheets/application.scss
@@ -10,8 +10,10 @@
  * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
  * file per style scope.
  *
- *= require_tree .
- *= require_self
  *= require foundation_and_overrides
+ *= require_self
+ *= require_tree .
 
  */
+
+@import "foundation_and_overrides";
app/assets/stylesheets/global.scss
@@ -38,7 +38,7 @@ nav {
   }
   svg {
     z-index: 100;
-    fill: #fff;
+    fill: $white;
     position: relative;
     width: 12px;
     margin: 5px 8px 0 20px;