### Problem to solve add more details options to `border-radius` like `2xl` and make `xl` a little bit less radius ### Proposed solution - `'lg': $border-radius-root * 2` - `'xl': $border-radius-root * 4` - `'2xl': $border-radius-root * 6` <!-- generated by vuetify-issue-helper. DO NOT REMOVE -->
Problem to solve
add more details options to
border-radiuslike2xland make
xla little bit less radiusProposed solution
'lg': $border-radius-root * 2'xl': $border-radius-root * 4'2xl': $border-radius-root * 6