docs/layout
grid.md +30 -1
scss
_grid.scss +12 -0
+ 30
- 1
@@ -22,7 +22,7 @@ At a high level, here's how the grid system works:
@@ -374,6 +374,35 @@ Build on the previous example by creating even more dynamic and powerful layouts
Here's the source code for creating these styles. Note that column overrides are scoped to only the first children columns and are targeted via [attribute selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors). While this generates a more specific selector, column padding can still be further customized with [spacing utilities]({{ site.baseurl }}/utilities/spacing/).
+ 12
- 0
@@ -28,6 +28,18 @@