Skip to content

Commit

Permalink
feat: add fill property support
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 9, 2019
1 parent 4119e8c commit c31dc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/propGetters.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const propGetters = {
'border-right-color': getColor,
'border-bottom-color': getColor,
'border-left-color': getColor,
fill: getColor,

// getRadius
'border-radius': getMultiValues(getNumber(getRadius)),
Expand Down

0 comments on commit c31dc11

Please sign in to comment.