Commit Graph

19 Commits

Author SHA1 Message Date
Macdonald, Zak
63896ec371 Minor version bump to 4.4.0. 2015-06-28 18:56:20 -07:00
Macdonald, Zak
cd77695e1b SASS refactor, changes outlined below:
**functions.scss**
- added convenience functions
  - `fudge` fudge a number from 0-6 decimal places
  - `unitless` simple hack to parse a number from a unit

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

**mixins.scss**
- 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.scss**
- 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.scss**
- 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.scss**
- 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.scss**
- added `functions.scss`

**misc.**
- minor code cleanup
2015-06-28 18:26:27 -07:00
Macdonald, Zak
ee06a1df0a Renamed larger.scss to sizes.scss to reflect intent. 2015-06-28 17:30:04 -07:00
Dave Gandy
89a28f8b1f updating fa-spinner to addres #671, adding fa-pulse class for an 8 step animation 2015-01-22 10:48:08 -05:00
Geremia Taglialatela
b590472694 Updated version to 4.3.0
Added 4.3.0 milestone to readme
Recreated assets
2014-12-28 15:16:08 +01:00
Dave Gandy
cf3ebc280a updating config to new version, automating README.md better 2014-08-20 11:31:43 -04:00
Geremia Taglialatela
a19ef56257 Bumped version number 2014-04-26 17:31:52 +02:00
Geremia Taglialatela
0966d7e6d7 Bumped version to 4.0.4
Rebuilt assets
2013-11-28 21:49:30 +01:00
Geremia Taglialatela
5a7e14b7cf Updated version number
Fixes #2348
2013-11-05 10:08:11 +01:00
davegandy
6fbbefc89f shortening license to preserve bandwidth (#1594) 2013-11-04 12:18:27 -05:00
davegandy
76921acf0a updating version to 4.0.2 in config.yml, adding documentation for FA SASS and LESS ruby gems (#2336) 2013-11-04 11:38:17 -05:00
Geremia Taglialatela
36092f9996 Bumped version number to 4.0.1 2013-10-24 21:03:50 +02:00
davegandy
f212bebf6c re-porting to scss, fixing some fa variable names 2013-10-23 00:24:08 -04:00
davegandy
9bb033858c port to SCSS 2013-10-16 13:46:28 -04:00
davegandy
362c4a9441 adding pagelines icon 2013-09-30 18:19:36 -04:00
davegandy
906345058f updating twitter handle to @davegandy 2013-06-26 11:41:16 -04:00
davegandy
9c8f62ac70 updating docs for 3.2.1, adding site.fontawesome.minor_version jekyll variable as a hack for now 2013-06-14 16:39:10 -04:00
davegandy
19aaed3ddd force jekyll to pass _foo.scss files through 2013-06-12 10:15:46 -04:00
davegandy
89cdc55b08 adding scss files to root dir, moving canonical files into root dir 2013-06-12 10:01:32 -04:00