bootstrap-sass-extras icon indicating copy to clipboard operation
bootstrap-sass-extras copied to clipboard

Generating a layout with the "fluid" option returns a fixed layout

Open gunnaraasen opened this issue 10 years ago • 2 comments

Maybe I'm missing something, it looks like this code:

rails g bootstrap:layout application fluid

creates a fixed layout instead of a fluid layout. When I looked through the code, I couldn't find any fluid layout templates at all.

Since fluid layouts aren't available, I'd recommend removing that option and generating a default fixed template.

gunnaraasen avatar Apr 30 '14 19:04 gunnaraasen

:+1: aside from the README I don't see any references to fluid anywhere in the code

swrobel avatar Nov 17 '14 04:11 swrobel

I was wondering what I was doing wrong. :unamused: I second this proposal.

AlexVPopov avatar Jul 27 '15 17:07 AlexVPopov