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