Variables should be !default so they can be easily overrided

This commit is contained in:
Tobias Bleckert 2013-05-14 19:30:21 +02:00
parent 6a8df85a42
commit 563678404c

View File

@ -1,8 +1,8 @@
// Variables // Variables
$FontAwesomePath: "../font" $FontAwesomePath: "../font" !default
$FontAwesomeVersion: "3.1.0" $FontAwesomeVersion: "3.1.0" !default
$borderColor: #eee $borderColor: #eee !default
$iconMuted: #eee $iconMuted: #eee !default
$iconLight: #fff $iconLight: #fff !default
$iconDark: #333 $iconDark: #333 !default