https://github.com/a-type/colorscheme-less
Random color palette generation for LESS projects.
https://github.com/a-type/colorscheme-less
Last synced: about 1 year ago
JSON representation
Random color palette generation for LESS projects.
- Host: GitHub
- URL: https://github.com/a-type/colorscheme-less
- Owner: a-type
- License: mit
- Created: 2015-06-04T14:49:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T18:02:56.000Z (about 11 years ago)
- Last Synced: 2025-02-05T06:12:25.279Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colorsheme-less
LESS color scheme randomizer
## Getting Started
Install the module with: `npm install colorsheme-less -g`
#### Command Line:
```bash
colorscheme-less [generate|shuffle] [path/to/file.less]
```
#### Node:
```javascript
var colorscheme = require('coolors-less');
colorscheme("generate|shuffle", "path/to/file.less");
```
## Usage
Use the generated file in your LESS. Reference colors 1-5 with `@scheme-color-1`, etc.
## License
Copyright (c) 2015 Grant Forrest
Licensed under the MIT license.