Skip to content

Commit 996b787

Browse files
committed
docs: update document
1 parent d9289cf commit 996b787

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ <h2 id="Examples">Examples</h2>
352352
<li><a href="example/holy-grail-layout.html">Holy Grail Layout - Using Flexbox Grid Mixins</a></li>
353353
<li><a href="example/responsive.html">Responsive web design - Using Flexbox Grid Mixins</a></li>
354354
<li><a href="example/unit-set.html">Unit-Set Grid (Experimental stage)</a></li>
355+
<li><a href="example/box-sizing.html">Box Sizing using Variable Defaults</a></li>
355356
<li><a href="example/grid-type.html">Grid Type</a></li>
356357
</ul>
357358

@@ -411,6 +412,26 @@ <h3>3. Generate the grid columns</h3>
411412

412413
<h2 id="Mixins-Reference">Mixins Reference</h2>
413414

415+
<h3 class="reference">Variable Defaults (global settings)</h3>
416+
417+
418+
<table>
419+
<tr>
420+
<th>Variable Defaults</th>
421+
<th>Default value</th>
422+
<th>Values</th>
423+
<th>Description</th>
424+
<th>Example</th>
425+
</tr>
426+
<tr>
427+
<td>$flexbox-grid-mixins-box-sizing</td>
428+
<td>border-box</td>
429+
<td>null | content-box | border-box</td>
430+
<td>define border-box property</td>
431+
<td class="example"><a href="example/box-sizing.html"><i class="fas fa-external-link-alt"></i></a></td>
432+
</tr>
433+
</table>
434+
414435
<h3 class="reference"><span class="small">@include</span> <span class="big">grid</span>($display: flex, $flex-direction: null, $flex-wrap: null, $flex-flow: null, $justify-content: null, $align-items: null, $align-content: null, $gutter: null, $grid-type: skeleton);</h3>
415436

416437
<p>Define the grid container.</p>

0 commit comments

Comments
 (0)