Skip to content

Remove unused border-radius-left mixin

What does this MR do?

Remove unused @mixin border-radius-left

Are there points in the code the reviewer needs to double check?

None

Why was this MR needed?

Reduces unnecessary css

Screenshots (if relevant)

Before:

$git grep 'border-radius-left' -- '*.scss'
app/assets/stylesheets/framework/mixins.scss:12:@mixin border-radius-left($radius) {

After:

$git grep 'border-radius-left' -- '*.scss'
(nothing)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#21559 (closed)

Merge request reports