Skip to content

Remove unused shade mixin

What does this MR do?

Remove unused @mixin shade

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 'shade' -- '*.scss'
app/assets/stylesheets/framework/mixins.scss:41:@mixin shade {
app/assets/stylesheets/framework/mixins.scss:45:@mixin solid-shade {

After:

$git grep 'shade' -- '*.scss'
app/assets/stylesheets/framework/mixins.scss:45:@mixin solid-shade {

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#21559 (closed)

Merge request reports