Skip to content

Commit ff165a2

Browse files
committed
Merge pull request #150 from lukasoppermann/patch-1
Adding fill because it is a valid css attribute.
2 parents 870d080 + aaf3eb5 commit ff165a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/Properties.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ var Properties = {
285285

286286
//F
287287
"filter" : 1,
288+
"fill" : "<color> | inherit",
288289
"fit" : "fill | hidden | meet | slice",
289290
"fit-position" : 1,
290291
"flex" : "<flex>",

0 commit comments

Comments
 (0)