Generate bootstrap-like spacing classes using SASS
Motivation
Last month we initialized a new project with Angular and Angular Material. As time goes on, I have noticed that some of my colleagues are often writing inline styles for margin and padding.
<div style="margin-top: 5px; margin-bottom: 5px">...
blog.mazedul.dev6 min read