Is it possible to use autocomplete paths to complete scss mixins variables ? Like:
@mixin backgroundImage($filename,$couleur:transparent,$position:top left,$repeat: no-repeat) {
background: $couleur url('#{$imagedir}#{$filename}') $position $repeat;
}