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
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.
@import "scheme.less"; // color scheme
@import "style.less"; // your own styles