Skip to content

Commit

Permalink
Add 'background-size' to wrapper styles
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 1, 2017
1 parent 7c436b4 commit c21bba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dom_components/config/config.js
Expand Up @@ -14,7 +14,8 @@ module.exports = {
components: [],
traits: [],
stylable: ['background','background-color','background-image',
'background-repeat','background-attachment','background-position'],
'background-repeat','background-attachment','background-position',
'background-size'],
},

// Could be used for default components
Expand Down

0 comments on commit c21bba2

Please sign in to comment.