watch-less icon indicating copy to clipboard operation
watch-less copied to clipboard

how to use less plugins?

Open pekeler opened this issue 9 years ago • 2 comments

I'm trying to use https://github.com/less/less-plugin-autoprefix but it appears like watch-less is ignoring the --autoprefix parameter.

pekeler avatar Mar 27 '15 16:03 pekeler

or rather, it appears watch-less is not forwarding any parameters to less

pekeler avatar Mar 27 '15 16:03 pekeler

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.

pekeler avatar Mar 27 '15 17:03 pekeler