diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 454dcd4aec..2245dbe54f 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -382,6 +382,19 @@ Use these row columns classes to quickly create basic grid layouts or to control {{< /example >}} +
+{{< example >}} +
+
+
Column
+
Column
+
Column
+
Column
+
+
+{{< /example >}} +
+ You can also use the accompanying Sass mixin, `row-cols()`: {{< highlight scss >}}