Merge pull request #3961 from dstroot/4.1.1-wip

Update list.less to support strict math less compiling
This commit is contained in:
Geremia Taglialatela 2014-07-23 19:00:21 +02:00
commit 382de1ef4e

View file

@ -17,6 +17,6 @@
top: (2em / 14);
text-align: center;
&.@{fa-css-prefix}-lg {
left: -@fa-li-width + (4em / 14);
left: (-@fa-li-width + (4em / 14));
}
}