mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 13:01:29 +08:00
Fixed an error preventing compilation.
This commit is contained in:
parent
b452a2c086
commit
cfa2d61287
@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-li {
|
||||
left: calc(var(--#{$fa-css-prefix}-li-width, #{$fa-li-width}) * -1);
|
||||
left: var(--#{$fa-css-prefix}-li-width, calc(#{$fa-li-width} * -1));
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: var(--#{$fa-css-prefix}-li-width, #{$fa-li-width});
|
||||
|
Loading…
Reference in New Issue
Block a user