0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-25 13:29:24 +01:00

Support for strictMath option within LESS

The less option `strictMath` requires all mathematical expressions are wrapped in parenthesis.  This will currently fail under that option.

Adding this parenthesis around the expression fixes this
This commit is contained in:
David Ollerhead 2016-01-28 14:32:03 +00:00
parent 5ae98fa45e
commit 1e61c49262

View File

@ -8,7 +8,7 @@
.flag-icon-background;
position: relative;
display: inline-block;
width: unit(4 / 3, em);
width: unit((4 / 3), em);
line-height: 1em;
&:before {
content: "\00a0";