diff --git a/site/docs/4.3/layout/grid.md b/site/docs/4.3/layout/grid.md index dbb7e00c5..5258cd505 100644 --- a/site/docs/4.3/layout/grid.md +++ b/site/docs/4.3/layout/grid.md @@ -395,6 +395,20 @@ Use these row columns classes to quickly create basic grid layouts or to control {% include example.html content=example %} +
+{% capture example %} +
+
+
Column
+
Column
+
Column
+
Column
+
+
+{% endcapture %} +{% include example.html content=example %} +
+ You can also use the accompanying Sass mixin, `row-cols()`: {% highlight scss %}