v5: `make-col-ready()` has a `$gutter` parameter but never used in mixin
Created by: sulfo
Hey
Today while doing some frontend design for a client I came cross a mixin called make-col-ready
that takes $gutter: $grid-gutter-width
- exactly what I need for the project! 🤩
However after some looking back and forth it seems like the variable is not used anymore - maybe a left over from the 4.x migration? Link to the mixin below:
So is it something we can remove down the road or maybe for now add a comment about the variable has been deprecated?