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

col names should be variable in make-grid-columns() #11321

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

col names should be variable in make-grid-columns() #11321

bassjobsen opened this issue Nov 1, 2013 · 5 comments

Comments

@bassjobsen
Copy link
Contributor

Now col names are defined as @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}";. It is not possible to add, rename or remove columns this way. See also: http://stackoverflow.com/a/19724075/1596547

@cvrebert
Copy link
Collaborator

cvrebert commented Nov 1, 2013

I kinda doubt that we'd support that level of flexibility, particularly given how hard it is to express even the current system in LESS (at least, without making the generated CSS bloated).

@zlatanvasovic
Copy link
Contributor

There are enought customization posibility for grid. Just specify @grid-columns and it's done. Read my comment for subgrid.

@bassjobsen
Copy link
Contributor Author

@zdroid please see http://stackoverflow.com/a/19724075/1596547 which shows a simple example which can't be construct.

@zlatanvasovic
Copy link
Contributor

That example requires additional code, and isn't standard usage case.
Current nesting: @grid-columns grid into @grid-columns grid.

2013/11/1 Bass Jobsen [email protected]

@zdroid https://github.com/ZDroid please see
http://stackoverflow.com/a/19724075/1596547 which shows a simple example
which can't be construct.


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

Zlatan Vasović - ZDroid

@mdo
Copy link
Member

mdo commented Nov 28, 2013

We'll pass on customizable grid names.

@mdo mdo closed this as completed Nov 28, 2013
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

4 participants