Commit Graph

762 Commits

Author SHA1 Message Date
Macdonald, Zak
80ddc308b1 Fixed accidental package.json commit. 2015-07-02 19:55:50 -07:00
Macdonald, Zak
ef5e3e5b96 Minor change to size name values to align more closely with Bootstrap. 2015-07-02 19:54:23 -07:00
Macdonald, Zak
e5016e0468 Flip flopping loops, reverting last 'fix'. 2015-06-28 21:49:22 -07:00
Macdonald, Zak
6a81b209ca Minor fix to loops in Less. 2015-06-28 21:44:33 -07:00
Macdonald, Zak
c194cfe357 Updated Less: fixed loops in rotated-fixed.less, minor code formatting changes. 2015-06-28 21:31:26 -07:00
Macdonald, Zak
5213cd9225 Minor formatting fix. 2015-06-28 20:45:03 -07:00
Macdonald, Zak
7c5420119c Committing SASS and Less sources compiled by the build process. 2015-06-28 20:33:26 -07:00
Macdonald, Zak
ba67d21cba Ported SCSS and Less changes to the ./src. 2015-06-28 20:31:27 -07:00
Macdonald, Zak
29580eb7c4 Minor bugfix. 2015-06-28 19:12:03 -07:00
Macdonald, Zak
63896ec371 Minor version bump to 4.4.0. 2015-06-28 18:56:20 -07:00
Macdonald, Zak
f14eb5fe79 Minor formatting change. 2015-06-28 18:45:02 -07:00
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
Macdonald, Zak
a62d95198e Renamed larger.less to reflect intent. 2015-06-28 18:33:44 -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
6549e2920b Styling form errors 2015-06-24 08:02:32 -07:00
supercodepoet
e468e1104e Adding in client side error handling for newsletter form 2015-06-24 07:15:08 -07:00
Dave Gandy
c3c74abfb8 Updating subscribe form input to be required, updating text in download modal 2015-06-23 22:36:07 -07:00
Dave Gandy
ab2595978e Spacing update to download modal 2015-06-23 22:29:06 -07:00
Dave Gandy
bfc7b259df Update wording on download modal 2015-06-23 22:28:09 -07:00
Dave Gandy
38873e62a4 Updating thanks message 2015-06-23 22:25:31 -07:00
Dave Gandy
44a83862fb Adding newsletter signup, updating bootstrap 2015-06-23 22:19:55 -07:00
Geremia Taglialatela
5ad6a98a54 Merge pull request #6730 from bsara/doc-updates
Added build prerequisites to README
2015-06-11 21:58:50 +02:00
Brandon Sara
22f9ddf3e2 Added build prerequisites to README to save others time and headache in the future. 2015-06-11 12:32:35 -06:00
Geremia Taglialatela
db0cc833ae Merge pull request #6719 from kkirsche/patch-3
Remove moot `version` property from bower.json
2015-06-11 16:00:58 +02:00
Kevin Kirsche
11ef943e58 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3
2015-06-10 18:20:15 -04:00
Geremia Taglialatela
0851e00814 Merge pull request #6686 from Vusys/master
Add heads up about jittering animated icons
2015-06-10 11:16:01 +02:00
Bryan Channon
78c90cd804 Add heads up about jittering animated icons
Add .fa-lg to alert which was missing it
2015-06-08 19:37:54 +01:00
Geremia Taglialatela
065c77ba74 Capitalize the "P" in WordPress
Fix #6570
2015-05-27 18:03:53 +02:00
Geremia Taglialatela
d91e0ce2fe Merge pull request #6522 from pdehaan/patch-1
Update license attribute
2015-05-21 11:05:41 +02:00
Peter deHaan
aefb1ce335 Update license attribute
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-20 15:08:53 -07:00
Dave Gandy
8e037207b4 Updating MaxCDN url 2015-04-17 21:01:18 -04:00
Dave Gandy
72775799ad Adding themeisle footer logo 2015-04-17 17:06:08 -04:00
Geremia Taglialatela
a49b0c70b5 Optimize pngs 2015-03-31 00:08:26 +02:00
Geremia Taglialatela
f1a296ddba Merge pull request #6104 from mathiasbynens/patch-2
Use HTTPS where possible
2015-03-31 00:04:31 +02:00
Dave Gandy
135c3ef8ec Getting rid of sticky footer, adding wpbeginner ad 2015-03-30 10:03:37 -04:00
Mathias Bynens
a13c9f055b Footer: use HTTPS where possible 2015-03-30 15:48:21 +02:00
Mathias Bynens
ae3525b077 Use HTTPS for ads 2015-03-30 15:46:59 +02:00
Mathias Bynens
c6c3a26003 Use HTTPS where possible 2015-03-30 15:45:39 +02:00
Dave Gandy
cf57b82bd9 Update to sumome styles 2015-03-27 14:48:41 -04:00
Ryan Riggin
1ace9d6b67 adding sumome 2015-03-27 14:48:41 -04:00
Dave Gandy
d5faa70f2b Removing HTTPS 2015-03-24 10:58:59 -04:00
Dave Gandy
53eafe0464 Adding Black Tie banners 2015-03-24 10:32:12 -04:00
supercodepoet
3f9e231133 Updating safe_yaml to working version 2015-03-24 07:45:56 -05:00
Geremia Taglialatela
c34eb8f82c Merge pull request #5934 from timlevett/fix_href_for_animated_reference
Fix link to spinning examples href to be #animated instead of #spinning
2015-03-11 21:22:48 +01:00
Tim Levett
405a81a6c1 fix link for example to animated 2015-03-11 15:19:33 -05:00
Geremia Taglialatela
c79474df99 Update Contributing Guidelines 2015-02-14 00:15:18 +01:00
Geremia Taglialatela
b61e3448da Merge pull request #5656 from FortAwesome/revert-5655-master
Revert "Add woff2 to component.json"
2015-02-12 18:08:49 +01:00
Geremia Taglialatela
b06f65adf6 Revert "Add woff2 to component.json" 2015-02-12 18:08:13 +01:00
Geremia Taglialatela
a9fc0162c1 Merge pull request #5655 from tagCincy/master
Add woff2 to component.json
2015-02-12 18:08:05 +01:00