.up { background-image: url('/design-library/profound_test/images/cab_images/white-arrow-up.png') 50% 50% no-repeat; }
Encountering an 'invalid property value' issue in Chrome and Safari with this code. Interestingly, the exact same code works correctly on another page. I have already cleared my browser cache but the problem persists. Removing either '50% 50%' or 'no-repeat' resolves the issue, but adding them back causes it to become invalid again (confirmed using developer tools).
I even passed it through ProCSSor to clean it up, so unsure where the error lies...