Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Sass implementation #12

Open
johannschopplich opened this issue Apr 26, 2020 · 1 comment
Open

Link to Sass implementation #12

johannschopplich opened this issue Apr 26, 2020 · 1 comment

Comments

@johannschopplich
Copy link

johannschopplich commented Apr 26, 2020

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
Copy link
Sponsor

This is incredible, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants