11 lines
343 B
Plaintext
Raw Normal View History

// Variables
// --------------------------
2013-05-07 17:57:23 -04:00
@FontAwesomePath: "../font";
2013-05-16 20:39:55 -04:00
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
@FontAwesomeVersion: "3.2.0";
2013-05-07 17:57:23 -04:00
@borderColor: #eee;
@iconMuted: #eee;
@iconLight: #fff;
2013-05-16 20:39:55 -04:00
@iconDark: #333;