Skip to content

Commit 25131d6

Browse files
committed
Fix test related to postcss-color-rgba-fallback update
1 parent 4c31cab commit 25131d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/fixtures/features/color-rgba.expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.foo {
2-
background: #99DD99;
2+
background: #99dd99;
33
background: rgba(153, 221, 153, 0.8);
44
border: solid 1px #646667;
55
border: solid 1px rgba(100,102,103,.3);

0 commit comments

Comments
 (0)