I was attempting to use the background shorthand property to specify background-size, background-repeat, and background-color
background
background-size
background-repeat
background-color
As stated in the documentation of the background property, background-size cannot be set alone and it should be used with background-position. Also inherit and initial aren't valid values for those properties.
background-position
inherit
initial