Skip to content

Commit 3eef0da

Browse files
authored
Add 'fill' property to the properties with colors list
1 parent 73d6063 commit 3eef0da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function CssColorExtractor() {
2525
'outline',
2626
'outline-color',
2727
'text-shadow',
28-
'box-shadow'
28+
'box-shadow',
29+
'fill'
2930
];
3031
var colorFormats = [
3132
'hexString',

0 commit comments

Comments
 (0)