values for border-[] with more than one value (such as border-[2px_2px] or border-[0_2px_0_2px] are misinterpreted as colors
this can be disambiguated with border-[length:2px_2px], but still this seems worth addressing as colors would not have spaces ever I think?
values for
border-[]with more than one value (such asborder-[2px_2px]orborder-[0_2px_0_2px]are misinterpreted as colorsthis can be disambiguated with
border-[length:2px_2px], but still this seems worth addressing as colors would not have spaces ever I think?