From a450d3af81c83d7d9a897a074f82e5fc31d78717 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 8 May 2015 11:15:27 +1000 Subject: [PATCH] Variables can now be used to override foundation vars --- app/assets/stylesheets/darkswarm/all.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/all.scss b/app/assets/stylesheets/darkswarm/all.scss index 80e43cdc8b..23a73d5afb 100644 --- a/app/assets/stylesheets/darkswarm/all.scss +++ b/app/assets/stylesheets/darkswarm/all.scss @@ -2,11 +2,12 @@ * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. - + *= require_self - *= require foundation *= require_tree . */ +@import 'variables'; +@import 'foundation'; @import 'foundation-icons'; ofn-modal {