I'm trying to use a border-radius like:
body
{
.border-radius(20px, 20px, 20px, 20px);
}
But this triggers an error: Cannot call method 'slice' of undefined
I found out that removing the overloaded functions (with one and two parameters), the code works fine. I don't know wheter this should be reported here or in less.js repo, though.