groenewege/vim-less

vim73 indentation of mixins

Closed this issue · 1 comments

hi there. thanks for this awesome plugin. i'm a less noob so i hope this isn't just a dumb less mistake. for some reason vim-less doesn't seem to be indenting mixins. for example the following:

.my-mixin {
  background:#fff;
}

when mixed in doesn't indent inside the parent:

.some-class {
.my-mixin;
}

is this intentional? thanks again and keep up the good work! :)

Hi, this seems to be a non-issue.