Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
/ lessig Public archive

.less to .css recursive command-line compiler

Notifications You must be signed in to change notification settings

bitionaire/lessig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Command-line .less to .css recursive compiler.

Usage

Just call the CLI with the source directory of your less files. All .less within this directory and all subdirectories will be compiled to .css files.

lessig ./src

With the -w or --watch option a watcher task will be started.

lessig ./src --watch

About

.less to .css recursive command-line compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published