Code Monkey home page Code Monkey logo

colors's Introduction

COLORS

Better colors for the web.

View the project page at http://clrs.cc

What is this?

A simple color palette for the web. Out of the box, the color strings that css provides aren't... the tops. 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/forking the repo.
git clone [email protected]:mrmrs/colors.git

Using the css

Simply copy colors.css to your css directory and include the file like so in the head of your html document

<link rel="stylesheet" href="css/colors.css">

Using the Sass

The sass source can be found in a folder I creatively titled "sass." Include any or all of the three partials to your project like you would any other sass partials. But just for reference...

@import "variables";
@import "skins";
@import "links";

Using the Stylus

You an also edit the source code as stylus. Include, exclude, or modify the partials to your hearts content.

Directory structure

  colors/
        ├── README.md
        ├── Rakefile
        ├── index.html
        ├── css
        │   └── colors.css
        │   └── colors.min.css
        ├── less                  (CSS Source)
            ├── _variables.less
            ├── _skins.less
            ├── _links.less
            ├── colors.less
        ├── sass                  (CSS Source)
            ├── _variables.scss
            ├── _skins.scss
            ├── _links.scss
            ├── colors.scss
        ├── stylus                (CSS Source)
            ├── variables.styl
            ├── skins.styl
            ├── links.styl
            ├── colors.styl

Rake tasks

Start sass development

rake sass

Start sass - output is minified

rake minify

Author

MRMRS

License

The MIT License (MIT)

Copyright (c) 2014 @mrmrs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

colors's People

Contributors

enyo avatar kdrdgn avatar lewiscowper avatar mrmrs avatar sir-daniel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.