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

Add support for multiple grid sizes #12

Open
kjbrum opened this issue Sep 15, 2016 · 0 comments
Open

Add support for multiple grid sizes #12

kjbrum opened this issue Sep 15, 2016 · 0 comments

Comments

@kjbrum
Copy link
Owner

kjbrum commented Sep 15, 2016

Make it so you can pass a set of grid sizes to use, as well as set the default grid size:

// Create classes for 3 different grid sizes
$grid-sizes: (3, 12, 16);
$grid-size-default: 12;

Examples:

.gi-x-6 {
   width: 50%;
}
.gi-x-2-3 {
   width: 66.66666%;
}
.gi-x-3-12 {
   width: 25%;
}
.gi-x-10-16 {
   width: 62.5%;
}
@kjbrum kjbrum changed the title Ability to use multiple grid sizes Add support for multiple grid sizes Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant