mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
9 lines
210 B
SCSS
9 lines
210 B
SCSS
|
// Variables
|
||
|
|
||
|
$FontAwesomePath: "../font" !default;
|
||
|
$FontAwesomeVersion: "3.1.0" !default;
|
||
|
$borderColor: #eeeeee !default;
|
||
|
$iconMuted: #eeeeee !default;
|
||
|
$iconLight: white !default;
|
||
|
$iconDark: #333333 !default;
|