1.0.0 • Published 9 years ago

wintersmith-less v1.0.0

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

wintersmith-less

less plugin for wintersmith

install:

npm install wintersmith-less -g then add wintersmith-less to your plugins in the wintersmith config

Options

Add a less key to your wintersmith config, all options are passed directly to the less parser with the exeption of the excluded list. Which can be a list of files to exclude from rendering (for example configuration and library files). Files that has filenames starting with underscore (_) are automatically excluded.

{
	"less": {
		"exclude": "styles/configuration.less"
	}
}
1.0.0

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

12 years ago