I was thinking this would replace old mixins to have the 5th column included, instead you add an entire additional mixin to add more LESS to compile, but the thing is: your code and the original both use same @grid:columns variable.
I understand now that this code would only work with 5 columns configuration only (1/5, 2/5, 3/5, 4/5, 5,5), but I would recommend using a separate @grid-columns variable name and / or change the original code to incorporate 5 columns setup as well, if possible.
I was thinking this would replace old mixins to have the
5thcolumn included, instead you add an entire additional mixin to add more LESS to compile, but the thing is: your code and the original both use same@grid:columnsvariable.I understand now that this code would only work with 5 columns configuration only (1/5, 2/5, 3/5, 4/5, 5,5), but I would recommend using a separate
@grid-columnsvariable name and / or change the original code to incorporate 5 columns setup as well, if possible.