Skip to content

Commit 36e9569

Browse files
committedMar 21, 2025·
test/rules/colors.js: update the expected value
1 parent 214afb5 commit 36e9569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/rules/colors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exports.tests = [
3434
{
3535
css: '.foo { border-color: #000 #000000 rgb(0,0,0) rgba(0,0,0,1) }',
3636
metrics: {
37-
colors: 2
37+
colors: 1
3838
}
3939
},
4040
];

0 commit comments

Comments
 (0)
Please sign in to comment.