Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Background image: explicitly set background repeat value in user styl…
…es (#61526) * Update wrong key in style engine Fix edge case in which theme.json defines a backgroundSize value of 'cover' and a backgroundRepeat value. If a user backgroundSize is set, ignore the inherited backgroundRepeat value as style?.background?.backgroundRepeat is deliberately set to undefined in updateBackgroundSize(). * Add backgroundPosition to VALID STYLES. Roll back previous fix, and explicitly set backgroundRepeat to "repeat", because it seems as if it's being overwritten by merging styles (undefined values are stripped) * Update constants.js Co-authored-by: ramonjd <[email protected]> Co-authored-by: andrewserong <[email protected]>
- Loading branch information