Sign inSign up

minty/lessc

By minty

Updated about 11 years ago

Simple less compiler container.

Image
0

2.2K

minty/lessc repository overview

Less Compiler

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

Tag summary

Content type

Image

Digest

sha256:2e7e13972

Size

56.3 MB

Last updated

about 11 years ago

docker pull minty/lessc