less/less-docs

'border-radius' resolve error

tuhongwei opened this issue · 4 comments

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%'

See Math options.


Note this is Less documentation repository. For Less language/compiler stuff use https://github.com/less/less.js.

Closing as wrong repo (and not an issue anyway).

@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.