Toast icon indicating copy to clipboard operation
Toast copied to clipboard

🍞 A highly-customizable, responsive (S)CSS grid

Results 13 Toast issues
Sort by recently updated
recently updated
newest added

I was just thinking that mobile @480px and tablet @700px are quite limited nowadays. Is there any way to modify the existing code so I can have 5 breakpoints for...

Nice tool, thank you very much. For a grid nested in a grid, is there anyway to define medium and small break-points that depend on the size of the higher...

Not sure if anyone experienced this, but the grid seems to be breaking on me when font is styled to `monospace`. [Example in CodePen](https://codepen.io/ryanparag/pen/35650aa2a9c364b01844d632c278ce99) Am I missing something? Or has...

As of now it is restricted to -of-2, -of-3 and -of-4. I would like to have all col-groups available.

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...

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...

I want to center a `.grid__col--m-2-of-3` column. But it looks like this selector: ```css @media (max-width: $toast-breakpoint-medium) and (min-width: $toast-breakpoint-small) { &[class*="#{$toast-grid-column-namespace}--m-"] { display: inline-block; margin-right: -.24em; } ... }...

Hello, I'm using **@media print** to style my page to print and when I try to print the page, from the preview I can already see that the grid system...

Hello! I've added support for the stylus in your grid.

-automate building with gulp task -fix issue #46 -other settings