Merge ae89c2582a137b9578999707ef68868d56c134df into 945e8bbd5e2dec63fe08cd06a243b422e9824e3e

This commit is contained in:
Òscar Casajuana 2017-06-04 11:22:49 +00:00 committed by GitHub
commit 13b503f0b0

View File

@ -1,7 +1,8 @@
// Base Class Definition
// -------------------------
.@{fa-css-prefix} {
[class^="@{fa-css-prefix}-"],
[class*=" @{fa-css-prefix}-"] {
display: inline-block;
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override