mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 16:50:27 +08:00
Block comment was creating an empty rule
This commit is contained in:
parent
13d5dd373c
commit
b0973454a0
2
sass/font-awesome.scss
vendored
2
sass/font-awesome.scss
vendored
@ -110,7 +110,7 @@ a {
|
|||||||
.nav-tabs, .nav-pills {
|
.nav-tabs, .nav-pills {
|
||||||
[class^="icon-"],
|
[class^="icon-"],
|
||||||
[class*=" icon-"] {
|
[class*=" icon-"] {
|
||||||
/* keeps button heights with and without icons the same */
|
// * keeps button heights with and without icons the same */
|
||||||
&, &.icon-large { line-height: .9em; }
|
&, &.icon-large { line-height: .9em; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user