'border-radius' resolve error
tuhongwei opened this issue · 4 comments
tuhongwei commented
When I set the value of 'border-radius' similar to '0 0 50% 50% / 0 0 100% 100%', it will be resolved '0 0 50% Infinity% 0 100% 100%'
seven-phases-max commented
See Math options.
Note this is Less documentation repository. For Less language/compiler stuff use https://github.com/less/less.js.
seven-phases-max commented
Closing as wrong repo (and not an issue anyway).
matthew-dean commented
@seven-phases-max We should probably more strongly callout that parens-division
should be the setting added to any Less compilation setup, as it removes these math edge cases, but isn't currently the default so that it didn't automatically break things.
seven-phases-max commented
@matthew-dean Yes.