Skip to content

Remove unused input-big mixin

What does this MR do?

Remove the unused @mixin input-big

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 'input-big' -- '*.scss'
app/assets/stylesheets/framework/mixins.scss:97:@mixin input-big {

After:

$git grep 'input-big' -- '*.scss'
(nothing)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#21559 (closed)

Merge request reports