You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
|`.bootstrap-container`| Container element of whole page for proper margin and max-width (can be used on body tag ) |
66
66
|`.bootstrap-container--[left, right]`| Align the container element to the left or right side |
67
+
|`.bootstrap-container__bleed--[sm]`| Extend the background color of a container child into the container margin on both sides starting at a specific breakpoint |
68
+
|`.bootstrap-container__bleed--[sm]--[left, right]`| Extend the background color of a grid into the container margin on one side at a specific breakpoint |
69
+
|`.bootstrap-container__break--[sm]`| Child of container element should ignore grid’s margin at a specific breakpoint. Not supported for legacy. |
70
+
|`.bootstrap-container__break--[sm]--[left, right]`| Child of container element should ignore grid’s margin on one side at a specific breakpoint. Not supported for legacy. |
67
71
|`.bootstrap-grid`| Use anytime you want to apply CSS Grid Layout, including as embedded subgrids |
68
-
|`.bootstrap-grid--bleed`| To extend the background color of a grid into the margin of the body on both sides |
69
-
|`.bootstrap-grid--bleed--[left, right]`| To extend the background color of a grid into the margin of the body on one side |
70
72
|`.bootstrap-grid--fixed-columns`| Switch grid’s column widths to fixed instead of fluid |
71
73
|`.bootstrap-grid--fluid-rows`| Switch grid’s row height to match the width of a column |
72
-
|`.bootstrap-grid__break--[left, right]`| Direct child of container element should ignore grid’s margin. Not supported for legacy. |
73
74
|`.bootstrap-padding`| Add one unit of padding to element on all sides |
74
75
|`.bootstrap-padding--[bottom, left, right, top]`| Add one unit of padding to element on one side |
75
76
|`.bootstrap-padding--[horizontal, vertical]`| Add one unit of padding to element on two sides |
0 commit comments