From 8741eed7a5a71662ac492837cc9034f0b8279ded Mon Sep 17 00:00:00 2001 From: ysds Date: Thu, 29 Aug 2019 22:12:26 +0900 Subject: [PATCH] Add responsive example --- site/docs/4.3/layout/grid.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 %}