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