Open N1cE-me opened 3 months ago
Support for multiple backgrounds list, from array of objects. Example:
[ { "image": "url(...)", "position": ["50%", "50%"], "size": "cover", "repeat": "no-repeat" }, { "image": "linear-gradient(....)" }, { "image": "url(...)", "position": [0, 0], "size": "cover" }, ]
This changes only add support for arrays. Old code will still work without the need to make changes.
Corresponding Issue(s): https://github.com/cssinjs/jss/issues/711
What Would You Like to Add/Fix?
Support for multiple backgrounds list, from array of objects. Example:
Expectations on Changes
This changes only add support for arrays. Old code will still work without the need to make changes.