Skip to content

Include fixed-width mixin instead of extending the class

Annabel Dunstone Gray requested to merge remove-extend-fixed-width into master

Removes extending a class that's only purpose (as far as I could tell) was to include a mixin.

This reduces the selector length quite a bit:

Before After
Screen_Shot_2019-04-11_at_9.20.32_AM Screen_Shot_2019-04-11_at_9.17.49_AM
Edited by Annabel Dunstone Gray

Merge request reports