1. 13 May, 2014 9 commits
  2. 09 May, 2014 2 commits
  3. 27 Apr, 2014 2 commits
  4. 26 Apr, 2014 11 commits
  5. 18 Apr, 2014 1 commit
  6. 15 Apr, 2014 1 commit
  7. 10 Apr, 2014 2 commits
  8. 26 Mar, 2014 1 commit
  9. 25 Mar, 2014 1 commit
    • Andy Freeland's avatar
      LESS: wrong relative font path · 2f30b686
      Andy Freeland authored
      `@fa-font-path` gets resolved relative to `path.less`, even if you
      `@import` it from another directory. For example:
      
      ```
      Project root /
          bower_components/font-awesome/less/font-awesome.less
          less/project.less
      
      @fa-font-path: '../bower_components/font-awesome/font';
      ```
      
      When compiling `project.less`, this gets resolved to
      `bower_components/font-awesome/bower_components/font-awesome/font`,
      which is incorrect. This was also an issue in twbs/bootstrap#10941
      
      This fixes #497.
      2f30b686
  10. 03 Feb, 2014 2 commits
  11. 30 Jan, 2014 2 commits
  12. 22 Jan, 2014 1 commit
  13. 18 Jan, 2014 2 commits
  14. 09 Jan, 2014 1 commit
  15. 08 Jan, 2014 1 commit
  16. 05 Dec, 2013 1 commit