Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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