You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The grammar for the border-image shorthand says two border-image-width values should be parsed. It seems like only one border-image-width value should be needed here.
The current grammar is: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>
It seems like what's needed is: <'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>.