Release 5.5.0 (#1269)

This commit is contained in:
Rob Madole
2018-11-02 10:12:20 -05:00
committed by GitHub
parent eb4ea69815
commit 511218894a
5402 changed files with 30308 additions and 8108 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -47,9 +47,9 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.7"
"@fortawesome/fontawesome-common-types": "^0.2.8"
},
"version": "1.2.7",
"version": "1.2.8",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
svg:not(:root).svg-inline--fa {
@@ -304,7 +304,7 @@ svg:not(:root).svg-inline--fa {
display: inline-block;
height: 2em;
position: relative;
width: 2em; }
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
@@ -317,11 +317,11 @@ svg:not(:root).svg-inline--fa {
.svg-inline--fa.fa-stack-1x {
height: 1em;
width: 1em; }
width: 1.25em; }
.svg-inline--fa.fa-stack-2x {
height: 2em;
width: 2em; }
width: 2.5em; }
.fa-inverse {
color: #fff; }