-
-
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
Will there be a .make-row for fluid designs? #13878
Comments
Which version of Bootstrap are you using? |
Rows are always fluid, it's containers that can be either fluid or non-fluid. |
Also, yeah, |
Hi, I'm planning on updating my Bootstrap 2 websites to Bootstrap 3. In that old websites I need to use 'row-fluid' in HTML (so I can devide again 12 spans). I looked at the Bootstrap 3 mixins, but still only found a .make-row mixin, I thought that was then the same behaviour as in V 2. Apparently it is not, because here is told that now in V 3 the row is always fluid. I think I need to study more on the behaviour of V 3 first, but I would like to make the note that I disable responsiveness. |
Closing per lack of an actual bug then. |
@Willem-Siebe You'll probably be interested in our migration guide: http://getbootstrap.com/migration/ |
Thanks a lot! |
Hi,
I use Twitter Bootstrap, and I use LESS. I can only find .make-row mixins, will there also become a make-row-fluid mixin? So I can use the full span12 again inside span8 for example.
Kind regards,
Willem
The text was updated successfully, but these errors were encountered: