mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 13:54:25 +00:00
median cut palette algorithm workingls still need to get dominant color.
This commit is contained in:
12
sass/_base.sass
Normal file
12
sass/_base.sass
Normal file
@@ -0,0 +1,12 @@
|
||||
$color: #555
|
||||
$headingColor: #222
|
||||
$altColor: scale-color($color, $lightness: 50%)
|
||||
$blue: #09a1ec
|
||||
$orange: #e83
|
||||
$green: #6bb445
|
||||
|
||||
$radius: 4px
|
||||
|
||||
@import "compass/reset"
|
||||
@import "compass/utilities/general/clearfix"
|
||||
@import "compass/css3"
|
||||
Reference in New Issue
Block a user