8000 GitHub - kublaj/colors: Smarter defaults for colors on the web.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kublaj/colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COLORS

Better colors for the web.

View the project page at http://colorio.us

What is this?

A simple color palette for the web. Out of the box, the 17 color keywords that CSS has long supported, don't make for a great color palette. This is a set of sass variables and css classes that should help fix that.

Getting started

  • Grab a copy of the code by downloading the zip from this page - or cloning the repo.
git clone git@github.com:mrmrs/colors.git 

SASS

The sass source can be found in a folder I creatively titled "Sass" Include the three partials to your project like you would any other sass files.

Directory structure

  colors/
        ├── README.md
        ├── Rakefile
        ├── css
        │   └── colors.css 
        │   └── colors.min.css             
        ├── examples.html 
        └── sass                  (CSS Source)
            ├── _variables.scss
            ├── _skins.scss
            ├── _links.scss
            ├── colors.scss

Rake tasks

Start sass development

rake sass

Start sass - output is minified

rake minify

Author

MRMRS

License

This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

Smarter defaults for colors on the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0