Container
bs_container(*args, &block)
bs_container(*args, &block)Examples
Example 1: Basic
bs_container size: :fluid do
# content here
end<div class="container-fluid">
<!-- Content here -->
</div>Last updated
bs_container(*args, &block)bs_container size: :fluid do
# content here
end<div class="container-fluid">
<!-- Content here -->
</div>Last updated