$dir: 'dir';
$filepath: 'filepath';
.loader-default {
  background: url("#{$dir}/#{$filepath}");
}
