Skip to content

Commit

Permalink
fix: treat backgroundPosition and backgroundRepeat as styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Darío Javier Cravero committed Mar 29, 2019
1 parent 7b6acf8 commit f267ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viewstools/morph",
"version": "16.5.1",
"version": "16.5.2",
"description": "Views language morpher",
"main": "lib.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions parse/prop-is-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export const STYLE = [
'background',
'backgroundColor',
'backgroundImage',
'backgroundPosition',
'backgroundRepeat',
'backgroundSize',
'borderBottomColor',
'borderBottomLeftRadius',
Expand Down

0 comments on commit f267ca6

Please sign in to comment.