Commit b5cb1db

mo khan <mo@mokhan.ca>
2015-04-12 03:55:19
lets move where we load the overrides.
1 parent 018ba16
Changed files (2)
app
app/assets/stylesheets/application.scss
@@ -10,7 +10,7 @@
  * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
  * file per style scope.
  *
- *= require_self
- *= require foundation_and_overrides
  *= require_tree .
+ *= require_self
+
  */
app/assets/stylesheets/global.scss
@@ -1,4 +1,5 @@
 @import url(//fonts.googleapis.com/css?family=Playfair+Display:900);
+@import "foundation_and_overrides"
 
 /* ---------------------------------------------- */
 /* Mixins --------------------------------------- */