Create a helper script (~/bin/lessc)
#!/bin/bash
docker run --rm -v $(pwd):/$(pwd) minty/lessc $@
Then run the script for any less files:
% lessc style.less > style.css
Content type
Image
Digest
sha256:2e7e13972…
Size
56.3 MB
Last updated
about 11 years ago
docker pull minty/lessc