Skip to content

Commit 1bf6a45

Browse files
committed
Updates failing test (just getting travis to run)
1 parent 2440366 commit 1bf6a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixtures/color.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
}
1313

1414
.withAlpha {
15-
color: color(black a(90%) contrast(99%));
15+
color: color(black a(80%) contrast(99%));
1616
background-color: color(red a(50%) shade(50%));
1717
border-color: color(red a(80%) tint(50%));
1818
}

test/fixtures/color.expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
}
1313

1414
.withAlpha {
15-
color: rgba(255, 255, 255, 0.9);
15+
color: rgba(255, 255, 255, 0.8);
1616
background-color: rgba(128, 0, 0, 0.5);
1717
border-color: rgba(255, 128, 128, 0.8);
1818
}

0 commit comments

Comments
 (0)