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

The number of columns should be an additional parameter for make-grid() and make-grid-columns-float() #11322

Closed
bassjobsen opened this issue Nov 1, 2013 · 6 comments

Comments

@bassjobsen
Copy link
Contributor

Cause @grid-columns will be used to define the number of columns in make-grid() and make-grid-columns-float() it will be impossible to compile sub grid with different number of columns. See also: http://stackoverflow.com/a/19724075/1596547

The extra parameter will make possible to do:

make-grid(@grid-columns, sm, width,@grid-columns); and make-grid(6, sm, width,6); etc.

@cvrebert
Copy link
Collaborator

cvrebert commented Nov 1, 2013

This sounds pretty doable+reasonable, although I don't know how much we care about supporting/helping multiple custom grid systems in the first place.

@zlatanvasovic
Copy link
Contributor

This sounds bad. Subgrid = grid in grid (nesting). Bootstrap already has nesting support.

@bassjobsen
Copy link
Contributor Author

@zdroid i want to nest for example a 10 columns grid inside a 12 columns grid. This differs from the current nesting (support).

@zlatanvasovic
Copy link
Contributor

Why? Bootstrap cannot support every case.

2013/11/1 Bass Jobsen [email protected]

@zdroid https://github.com/ZDroid i want to nest for example a 10
columns grid inside a 12 columns grid. This differs from the current
nesting (support).


Reply to this email directly or view it on GitHubhttps://github.com//issues/11322#issuecomment-27560573
.

Zlatan Vasović - ZDroid

@am80l
Copy link

am80l commented Nov 6, 2013

+1

@mdo
Copy link
Member

mdo commented Nov 28, 2013

Multiple custom grids won't be supported.

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

5 participants