Skip to content

Commit

Permalink
fix: remove unofficially supported border[End|Start][End|Start]Radius…
Browse files Browse the repository at this point in the history
… props
  • Loading branch information
chrisrzhou committed May 30, 2021
1 parent 59ee83d commit 571521d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions lib/theme-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ const themeMapping = {
radii: [
'borderBottomLeftRadius',
'borderBottomRightRadius',
'borderEndEndRadius',
'borderEndStartRadius',
'borderRadius',
'borderStartEndRadius',
'borderStartStartRadius',
'borderTopLeftRadius',
'borderTopRightRadius',
],
Expand Down
8 changes: 4 additions & 4 deletions report/css-properties.csv
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ lineHeight,lineHeights
opacity,opacities
borderBottomLeftRadius,radii
borderBottomRightRadius,radii
borderEndEndRadius,radii
borderEndStartRadius,radii
borderRadius,radii
borderStartEndRadius,radii
borderStartStartRadius,radii
borderTopLeftRadius,radii
borderTopRightRadius,radii
boxShadow,shadows
Expand Down Expand Up @@ -247,7 +243,9 @@ borderBoundary,
borderCollapse,
MozBorderEndColor,
WebkitBorderEndColor,
borderEndEndRadius,
MozBorderEnd,
borderEndStartRadius,
MozBorderEndStyle,
WebkitBorderEndStyle,
WebkitBorderEnd,
Expand Down Expand Up @@ -283,7 +281,9 @@ MozBorderRightColors,
borderSpacing,
MozBorderStartColor,
WebkitBorderStartColor,
borderStartEndRadius,
MozBorderStart,
borderStartStartRadius,
MozBorderStartStyle,
WebkitBorderStartStyle,
WebkitBorderStart,
Expand Down
4 changes: 0 additions & 4 deletions test/theme-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ test('themeMapping', (t) => {
radii: [
'borderBottomLeftRadius',
'borderBottomRightRadius',
'borderEndEndRadius',
'borderEndStartRadius',
'borderRadius',
'borderStartEndRadius',
'borderStartStartRadius',
'borderTopLeftRadius',
'borderTopRightRadius',
],
Expand Down

0 comments on commit 571521d

Please sign in to comment.