A utility CSS class for removing margins on first and last child elements.
I’ve recently been developing sites using a utility-based approach with my CSS and I’m kinda loving the flexibility that comes with this paradigm. One particularly useful class I seem to use a lot is one that removes margins from the first and last elements within a container. I use this a lot because I tend […]