1.0.5 • Published 9 years ago

less-theme-generator v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

LESS Theme Generator

This script will need to point at a directory of LESS files. Inside that directory, there will need to be a themes.json file that lists all the various themes to be used to generate the CSS.

The json file should look like this:

{
	"themes": [
		"simple",
		"bright",
		"holiday",
		"summer"
	]
}

This script will pass a global "theme" variable into your less files that can then be used to import theme specific LESS.

Then, the CSS will be output into seperate directories for each theme inside your CSS directory.

To install, run:

npm install -g less-theme-generator

Then to use:

lesstheme LESSDIR

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago