Currently, properties are listed after the border-image-source property, like border-style.
As border-image-source contains the encoded image, it can become quite lengthy, and often the image is referenced differently (e.g. by URL or by some asset management in the build step). Hence the developer may copy everything until border-image-source and then just skip everything else, as there can be a lot to scroll down - and thereby easily miss other important properties, as border-style (which is required by Chrome to make the border image actually visible).
Currently, properties are listed after the
border-image-sourceproperty, likeborder-style.As
border-image-sourcecontains the encoded image, it can become quite lengthy, and often the image is referenced differently (e.g. by URL or by some asset management in the build step). Hence the developer may copy everything untilborder-image-sourceand then just skip everything else, as there can be a lot to scroll down - and thereby easily miss other important properties, asborder-style(which is required by Chrome to make the border image actually visible).