schmty / colors-scss

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:CSS 100.0%