Fork-Awesome/src/assets/font-awesome/less
Andy Freeland 2f30b686f3 LESS: wrong relative font path
`@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.
2014-03-25 18:13:39 -04:00
..
bordered-pulled.less re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
core.less re-writing & simplifying stacked icons, massive re-organization of less include files 2013-10-22 15:55:08 -04:00
fixed-width.less re-writing & simplifying stacked icons, massive re-organization of less include files 2013-10-22 15:55:08 -04:00
font-awesome.less Adding .less file extension to imports to increase compatibility 2013-12-05 13:20:05 +01:00
icons.less making css prefix configurable 2013-10-20 13:07:55 -04:00
larger.less re-writing & simplifying stacked icons, massive re-organization of less include files 2013-10-22 15:55:08 -04:00
list.less re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
mixins.less fixing flipped icons in ie8 2013-10-22 23:40:21 -04:00
path.less LESS: wrong relative font path 2014-03-25 18:13:39 -04:00
rotated-flipped.less fixing flipped icons in ie8 2013-10-22 23:40:21 -04:00
spinning.less Remove -ms-keyframes 2013-11-28 15:44:18 +01:00
stacked.less Fixes fa-stack alignment 2013-10-24 20:49:23 +02:00
variables.less Fixes fa-font-path value for netdna bootstrap CDN 2013-10-24 20:21:48 +02:00