Row
bs_row(*args, &block)
bs_row(*args, &block)Examples
Example 1: Basic
bs_row horizontal: :start, vertical: :center do
# content here
end<div class="row justify-content-start align-items-center">
<!-- Content here -->
</div>Last updated