mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 05:21:29 +08:00
Variables should be !default so they can be easily overrided
This commit is contained in:
parent
6a8df85a42
commit
563678404c
@ -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
|
Loading…
Reference in New Issue
Block a user