.moduleContentBorder(@radius: 5px, @color: fade(@T3borderColor, 20%)) {
.border-radius(@radius);
border: 1px solid @color;
}
on site it works but when I open Theme magic throws error:
Fatal error: Cannot access empty property in /public_html/dev/libraries/joomla/registry/registry.php on line 336
When I put this mixin into template.less it don't work in developer mode.