From 563678404cf56cfac8be77d79be6adc5e47fb4ab Mon Sep 17 00:00:00 2001 From: Tobias Bleckert Date: Tue, 14 May 2013 19:30:21 +0200 Subject: [PATCH] Variables should be !default so they can be easily overrided --- build/assets/font-awesome/sass/_variables.sass | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/assets/font-awesome/sass/_variables.sass b/build/assets/font-awesome/sass/_variables.sass index 23bc08d87..a874b115f 100644 --- a/build/assets/font-awesome/sass/_variables.sass +++ b/build/assets/font-awesome/sass/_variables.sass @@ -1,8 +1,8 @@ // Variables -$FontAwesomePath: "../font" -$FontAwesomeVersion: "3.1.0" -$borderColor: #eee -$iconMuted: #eee -$iconLight: #fff -$iconDark: #333 \ No newline at end of file +$FontAwesomePath: "../font" !default +$FontAwesomeVersion: "3.1.0" !default +$borderColor: #eee !default +$iconMuted: #eee !default +$iconLight: #fff !default +$iconDark: #333 !default \ No newline at end of file