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
$FontAwesomePath: "../font"
$FontAwesomeVersion: "3.1.0"
$borderColor: #eee
$iconMuted: #eee
$iconLight: #fff
$iconDark: #333
$FontAwesomePath: "../font" !default
$FontAwesomeVersion: "3.1.0" !default
$borderColor: #eee !default
$iconMuted: #eee !default
$iconLight: #fff !default
$iconDark: #333 !default