rsms / raster

Raster — simple CSS grid system
https://rsms.me/raster/
MIT License
812 stars 43 forks source link

Link to Sass implementation #12

Open johannschopplich opened 4 years ago

johannschopplich commented 4 years ago

Hey there!

What a splendid grid system. I ported it to Sass, which fits my worflow: https://github.com/johannschopplich/raster-sass/

Almost every paramter is configurable just like in the original JS generator, for example:

$raster-element: r-grid !default;
$grid-attribute: columns !default;
$cell-attribute: span !default;
$columns: 12 !default;

$small-breakpoint: 600px;
$small-suffix: s;
$large-breakpoint: 1600px;
$large-suffix: l;

If you should create a README at some point, you are welcome to link to the project. I can imagine that some users will benefit from a Sass implementation. Thanks in advance!

NetOpWibby commented 4 years ago

This is incredible, thanks.