Enforce theme border radius #208
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
style-guide
Part of the effort towards a unified design system
We have different values appearing across our code, including
2px
,3px
,4px
,5px
,8px
,10px
and50%
, but I think the only values we really need before enforcing the theme are0
,4px
(the current one) and50%
, e.g.:The cases like
border-radius: 0 4px 4px 0;
could then be split into two lines:cc @bia @jpellizzari
The text was updated successfully, but these errors were encountered: