mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-04 01:41:30 +08:00
6a8df85a42
Basically rewrote the LESS files to SASS and added some new mixins
8 lines
142 B
Sass
8 lines
142 B
Sass
// Variables
|
|
|
|
$FontAwesomePath: "../font"
|
|
$FontAwesomeVersion: "3.1.0"
|
|
$borderColor: #eee
|
|
$iconMuted: #eee
|
|
$iconLight: #fff
|
|
$iconDark: #333 |