Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 670221e

Browse files
committed
fix(scss): grid elements need to know exactly how many columns they have
1 parent e638be2 commit 670221e

40 files changed

+1546
-963
lines changed

examples/bootstrap/css-gridish/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ If you are new to CSS Grid, please try [learning the basics](https://www.google.
6464
| ----------------------------------------- | ------------------------------------------------------------------------------------------ |
6565
| `.bootstrap-container` | Container element of whole page for proper margin and max-width (can be used on body tag ) |
6666
| `.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+
| `.bootstrap-container__bleed--[sm]` | Extend the background color of a container child into the container margin on both sides starting at a specific breakpoint (CSS Grid browsers only) |
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 (CSS Grid browsers only) |
69+
| `.bootstrap-container__break--[sm]` | Child of container element should ignore grid’s margin at a specific breakpoint (CSS Grid browsers only) |
70+
| `.bootstrap-container__break--[sm]--[left, right]` | Child of container element should ignore grid’s margin on one side at a specific breakpoint (CSS Grid browsers only) |
7171
| `.bootstrap-grid` | Use anytime you want to apply CSS Grid Layout, including as embedded subgrids |
7272
| `.bootstrap-grid--fixed-columns` | Switch grid’s column widths to fixed instead of fluid |
7373
| `.bootstrap-grid--fluid-rows` | Switch grid’s row height to match the width of a column |
Binary file not shown.

0 commit comments

Comments
 (0)