watch-less
watch-less copied to clipboard
how to use less plugins?
I'm trying to use https://github.com/less/less-plugin-autoprefix but it appears like watch-less is ignoring the --autoprefix parameter.
or rather, it appears watch-less is not forwarding any parameters to less
After looking at the code, I guess what I'm asking won't be an easy change. In case anybody else runs into this issue, this is what I'm doing now instead of watch-less:
ls index.less | entr lessc --verbose /_ --autoprefix=' > 5%' index.css
using http://entrproject.org.