A LESS docker image builder.
If you want to build the image locally, you can follow these steps:
- Checkout this repo
- Run
make image
docker run --rm \
-u $(id -u):$(id -g) \
-v $(pwd):$(pwd) \
-w $(pwd) \
ghcr.io/sndsgd/less input.less output.css