Modest icon indicating copy to clipboard operation
Modest copied to clipboard

Add collation for border radius;

Open aygulsalahli opened this issue 5 years ago • 0 comments

When parsing border radius with horizontal/vertical values, append missing values accordingly to the top-right, bottom-right and bottom-left when missing: For instance: border-radius:1px/2px 3px; should be parsed as border-radius: 1px 1px 1px 1px/ 2px 3px 2px 3px;

aygulsalahli avatar Dec 13 '19 10:12 aygulsalahli