-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Comments
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). |
There are enought customization posibility for grid. Just specify |
@zdroid please see http://stackoverflow.com/a/19724075/1596547 which shows a simple example which can't be construct. |
That example requires additional code, and isn't standard usage case. 2013/11/1 Bass Jobsen [email protected]
Zlatan Vasović - ZDroid |
We'll pass on customizable grid names. |
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/1596547The text was updated successfully, but these errors were encountered: