What is the purpose of the margin right -.25em out of interest ?
Also the best way to add the same gutter below each column is to simply add it into..
.#{$toast-grid-column-namespace} { padding-bottom: $toast-gutter-width; }
Or is there another more intuitive method built in?
What is the purpose of the margin right -.25em out of interest ?
Also the best way to add the same gutter below each column is to simply add it into..
.#{$toast-grid-column-namespace} { padding-bottom: $toast-gutter-width; }Or is there another more intuitive method built in?