Hi,
when I do @import (less) to treat css files as less, the plugin halts whole build
I've found this function:
function isLess(file) { return path.extname(file) === '.less'; }
can you detect the (less) flag and add .css to extension the check please?
Hi, when I do
@import (less)
to treat css files as less, the plugin halts whole build I've found this function:function isLess(file) { return path.extname(file) === '.less'; }
can you detect the(less)
flag and add .css to extension the check please?Edit: I've made the change(minus the (less) detection flag) you can check it out here