variables.less 343 B

12345678910
  1. // Variables
  2. // --------------------------
  3. @FontAwesomePath: "../font";
  4. //@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
  5. @FontAwesomeVersion: "3.2.0";
  6. @borderColor: #eee;
  7. @iconMuted: #eee;
  8. @iconLight: #fff;
  9. @iconDark: #333;