color-schemer 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/color-schemer.rb +1 -1
- data/stylesheets/_color-schemer.scss +2 -2
- metadata +1 -1
data/lib/color-schemer.rb
CHANGED
@@ -19,9 +19,9 @@ $cs-colorblind : normal !default;
|
|
19
19
|
@import "color-schemer/color-adjustments";
|
20
20
|
@import "color-schemer/color-schemer";
|
21
21
|
|
22
|
-
@import "
|
22
|
+
@import "color-schemer/comparison";
|
23
23
|
|
24
24
|
@import "color-schemer/mixins";
|
25
25
|
|
26
26
|
// Tell other files that this is loaded.
|
27
|
-
$color-schemer-loaded : true;
|
27
|
+
$color-schemer-loaded : true;
|