### Description This CSS rule ```css background-position: center bottom 1px; ``` is minified to ```css background-position: 50% bottom 1px; ``` which is invalid.  ### Expected result `center` should be kept. ### Version 1.25.1