Skip to content

final-gene/docker-hub-lessc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LESS Compiler

Docker build and publish

This is an image to run the LESS compiler including the clean-css plugin.

How to use this image

Run the lessc image:

docker run \
    --rm \
    --volume "$(pwd)":/app \
    finalgene/lessc

For further information take a look at the lessc starting guide.

Quick reference