patrickbeeson / schemeless

SchemeLESS is a quick, easy-to-use color scheme file for LESS projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SchemeLESS

SchemeLESS is a color scheme file for LESS 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

About

SchemeLESS is a quick, easy-to-use color scheme file for LESS projects


Languages

Language:CSS 100.0%