Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-21Allow custom naming of font familyJames Johnston
This allows multiple variations/versions of Font Awesome to be used, similar to the namespacing currently allowed by the $fa-css-prefix variable. (And also allows us to more easily use a third-party library that makes hard-coded non-default assumptions about the font face name.)
2016-04-12Fixing stray non-us-ascii character #8953Dave Gandy
2016-04-06adding a11y-focused sr-only and sr-only-focusable utilitiesDave Gandy
2016-04-06Fix “Unexpected CSS token” warning on SafariGeremia Taglialatela
Caused by `filter: progid:DXImageTransform.Microsoft.BasicImage` css property. Since we are addressing IE >= 8 and valid HTML5 templates, we can use `-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage”` to get the same result Fix #5043
2016-04-06Add missing parameter to SCSS flip mixinGeremia Taglialatela
Fix #8883
2015-07-29Removing translate() in core CSS. Going to impact Firefox rendering... #6023 ↵Dave Gandy
also adding houzz #2039
2015-07-29Add feature to customize line-height-baseAaron Reisman
2015-01-20adding new icons, transportation and gender categoriesDave Gandy
2014-12-28Added a variable to customise base font sizeGeremia Taglialatela
Closes #5128
2014-08-24adding .fa-icon mixin #2305 #2454Dave Gandy
2014-08-23Opera 12.10 supports unprefixed CSS animations, gradients, transforms, and ↵Geremia Taglialatela
transitions or will use -webkit. Firefox 16.0 supports unprefixed CSS animations, gradients, transforms, and transitions. Closes #3423 Closes #3424
2013-11-18Rebuilt assetsGeremia Taglialatela
2013-10-23re-porting to scss, fixing some fa variable namesdavegandy
2013-10-20porting customizable css prefix to scssdavegandy
2013-10-20making css prefix configurabledavegandy
2013-10-16port to SCSSdavegandy
2013-08-22Fixes #1338Geremia Taglialatela
Rebuilt assets
2013-08-21Using recess property order (Fixes #1157)Geremia Taglialatela
Rebuilt assets
2013-08-06Added support for firefox osx font smoothing.Martin Seeler
Related to issue #1591 Based on https://bugzilla.mozilla.org/show_bug.cgi?id=857142#c83 Signed-off-by: Martin Seeler <developer@chasmo.de>
2013-06-12Fixing divisionLightGuard
2013-06-12removing extra mixins from scss to make a straight portdavegandy
2013-06-12scss mixins and variables updateddavegandy
2013-06-12force jekyll to pass _foo.scss files throughdavegandy