Skip to content

Sass variables for better web colors (based on mrmrs/colors)

Notifications You must be signed in to change notification settings

schmty/colors-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Colors-scss

Simple sass color variables

(based on mrmrs/colors)

Installation

with bower

$ bower install colors-scss --save

Or simply clone to the desired directory. Then import it in your main.scss (or other .scss) file

@import "colors"; // (or path to colors if not in root relative to stylesheet)

body {
  background-color: $red;
  // etc
}

About

Sass variables for better web colors (based on mrmrs/colors)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages