Col
bs_col(*args, &block)
bs_col(*args, &block)Examples
Example 1: Basic
bs_row do
bs_col md: 12, lg: 6, xl: 4 do
# content here
end
endExample 2: Using offset option
Example 3: Using the order option
Last updated