mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-02-06 18:38:23 +08:00
8 lines
231 B
Sass
8 lines
231 B
Sass
|
// Variables
|
||
|
|
||
|
$FontAwesomePath: "../font" !default
|
||
|
$FontAwesomeVersion: "3.1.0" !default
|
||
|
$borderColor: #eee !default
|
||
|
$iconMuted: #eee !default
|
||
|
$iconLight: #fff !default
|
||
|
$iconDark: #333 !default
|