You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #11322, still probably not going to support this. I don't see much of a use case in the ability to create two or more separate grid systems. That said, it's a small enough change that folks could utilize if they were crazy enough to do so, so if someone wants to open a PR, I'll check it out.
12 -span columns is great for nearly all cases - except creating 5 column layouts.
But I can't create a 10 column system without deleting the 12 column one. And the reason is mainly because @grid-column -variable is called inside the https://github.com/twbs/bootstrap/blob/master/less/mixins/grid-framework.less -mixins.
If @grid-column was passed to the mixin as the default value parameter then creating both 12 and 10 (and whatever) column systems would be easy.
Like instead of this:
It would be:
I already got it to work (SASS version) and I think this would be a logical addition.
The text was updated successfully, but these errors were encountered: