mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-25 05:16:55 +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:
parent
5ae98fa45e
commit
1e61c49262
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user