Skip to content

adeniszczyc/sass-brandcolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sass Variables for Brand Colors

A Sass module containing variables of all the colors found on Brand Colors.

Usage

  1. Include the module:

    @include "brandcolors";
    
  2. Use variables:

    .twitter-button {
        background: $brandcolors-Twitter;
    }
    

Credits

License

MIT

About

A SASS module containing variables of all the colors found on [Brand Colors](http://brandcolors.net/ "Brand Colors").

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published