Skip to content

anotheruiguy/color-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color Scale

This repo is a simple color scale created using the power of Sass.

Look through the code, you will get the idea pretty quick. I will put more instructions in here soon, pinky swear.

In the mean time bower install color-scale to get it in there. And then in your gruntfile.js add the following when using grunt-sass:

options: {
  includePaths: [
    './bower_components/color-scale'
  ]
}

Then import into your primary Sass manifest file:

@import "color-scale";

About

This is a easy to use color scale for Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages