Font-Awesome/less
Macdonald, Zak 4e952325ec Less refactor, changes outlined below:
**functions.less**
- added convenience functions
  - `fudge` fudge a number from 0-6 decimal places
  - `unitless` simple hack to parse a number from a unit

**icons.less**
- removed explicit definitions in favor of a loop iterating `@fa-var-glyphs`

**mixins.less**
- removed requirement to pass `@rotation` to `@fa-icon-rotate`, it is now calculated
  - calculation required since `@fa-rotation-increment` is configurable, meaning not every rotation may adhere to 90 degree increments requiring @rotation

**rotated-flipped.less**
- rotations are now calculated by a loop iterating `@fa-rotation-increment`
- the ie fix is now calculated using a loop iterating only the rotation selectors requiring intervention
  - this is required now that `@fa-rotation-increment` eists

**sizes.less**
- sizes are now calculated by a loop iterating `@fa-var-scales`
  - this new method supports the existing `.fa-lg` selector, as well as introducing: `.fa-xsm` (33%), `.fa-sm` (66%x), `.fa-default` (100%), `.fa-xlg` (166%)
- multipliers are now calculated by a loop iterating `@fa-var-multipliers`
  - this new method supports all existing multipliers (`.fa-2x`, `.fa-3x`, `.fa-4x`, `.fa-5x`)

**variables.less**
- added variables:
  - deprecated explicit icon variables in favor of an array value (`@fa-var-glyphs`)
  - `@fa-rotation-increment`
  - `@fa-var-scales`
  - `@fa-var-multipliers`

**font-awesome.less**
- added `functions.less`

**misc.**
- minor code cleanup
2015-06-28 18:43:06 -07:00
..
animated.less adjusting metrics to attempt to fix the wobble #671 2015-01-22 11:52:57 -05:00
bordered-pulled.less re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
core.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
fixed-width.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
font-awesome.less Renamed larger.less to reflect intent. 2015-06-28 18:33:44 -07:00
icons.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
list.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
mixins.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
path.less adding woff2 font format, reverting to font squirrel converted fonts 2015-01-22 13:09:42 -05:00
rotated-flipped.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00
sizes.less Renamed larger.less to reflect intent. 2015-06-28 18:33:44 -07:00
stacked.less Fixes fa-stack alignment 2013-10-24 20:49:23 +02:00
variables.less Less refactor, changes outlined below: 2015-06-28 18:43:06 -07:00