milligram/src/_Color.sass
Rodrigo de Almeida a810864ee5 Making colors customizable
With this change it's possible to customize all colors, using Sass's Variable Defaults.
2016-01-06 12:17:47 -02:00

10 lines
333 B
Sass
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Color
//
$color-initial: #fff !default
$color-primary: #9b4dca !default
$color-secondary: #606c76 !default
$color-tertiary: #f4f5f6 !default
$color-quaternary: #d1d1d1 !default