Skip to content

cristianferrarig/brandcolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sass Function for Brand Colors

A Sass module containing a function that return a especific color found on Brand Colors.

Usage

  1. Include the module:

    @include "brandcolors";
    
  2. Use the function:

    .twitter-button {
        background: brandcolor(twitter);
    }
    
    .amazon-link {
        color: brandcolor(amazon,2);
    }
    

    You can write the names with spaces, dash or underscore.

    .class {
        color: brandcolor("angie's list");
        color: brandcolor(angies list);
        color: brandcolor(angies-list);
        color: brandcolor(angies_list);
    }
    

Credits

License

WTFPL

About

Sass mixin for BrandColors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages