mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Merge pull request #3961 from dstroot/4.1.1-wip
Update list.less to support strict math less compiling
This commit is contained in:
commit
382de1ef4e
2
src/assets/font-awesome/less/list.less
vendored
2
src/assets/font-awesome/less/list.less
vendored
@ -17,6 +17,6 @@
|
|||||||
top: (2em / 14);
|
top: (2em / 14);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&.@{fa-css-prefix}-lg {
|
&.@{fa-css-prefix}-lg {
|
||||||
left: -@fa-li-width + (4em / 14);
|
left: (-@fa-li-width + (4em / 14));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user