Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rriepe/schemeless
SchemeLESS is a quick, easy-to-use color scheme file for LESS projects
https://github.com/rriepe/schemeless
Last synced: 3 days ago
JSON representation
SchemeLESS is a quick, easy-to-use color scheme file for LESS projects
- Host: GitHub
- URL: https://github.com/rriepe/schemeless
- Owner: rriepe
- Created: 2013-05-18T22:11:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T19:57:33.000Z (over 9 years ago)
- Last Synced: 2024-08-02T05:07:05.448Z (3 months ago)
- Language: CSS
- Size: 142 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SchemeLESS
===SchemeLESS is a color scheme file for [LESS](http://lesscss.org/) that enables you to easily generate color schemes and customize them as much or as little as you want.
- Version
- 1.0
How to use it
---
Edit or overwrite the `@seed-color` value to generate a scheme based on that color.
SchemeLESS works best when it’s imported and compiled alongside other LESS files that reference it. In a pinch, just paste it in.
Example `index.less`
---
@import "scheme.less"; // color scheme
@import "style.less"; // your own styles