Hello,
I have discovered a little issue when I was trying to make a full width layout.
If you check my codepen --> http://codepen.io/andresgl/full/xZEyXR/ you can see a extra tittle right margin.
I have fixed it by myself changing the "margin-right" on .#{$toast-grid-column-namespace}
(codepend SCSS line 187 and 188)
margin-right: -.3125em;
instead of
margin-right: -.25em;
(5px) instead of (4px).

Maybe you can solve it in another way.
Thank you!
Hello,
I have discovered a little issue when I was trying to make a full width layout.
If you check my codepen --> http://codepen.io/andresgl/full/xZEyXR/ you can see a extra tittle right margin.
I have fixed it by myself changing the "margin-right" on .#{$toast-grid-column-namespace}
(codepend SCSS line 187 and 188)
margin-right: -.3125em;instead of
margin-right: -.25em;(5px) instead of (4px).

Maybe you can solve it in another way.
Thank you!