How to abbreviate background-size to background?

I read this article ( https://www.jianshu.com/p/fa0.) introduction

originally:

background: url(xxx);
background-size: 10px 10px;

the abbreviation is

background: url(xxx) / 10px 10px;


but it doesn"t work! I am chrome 70.0.3538.77

Oct.26,2021

refer to this article, Portal


/ preceded by 0


background: url(xxx) (left|center|right|) (top|center|bottom|) /   ;
Menu