You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/3-layout-utilities/flexbox/index.html
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -591,6 +591,9 @@ <h2 id="notes-on-flex" tabindex="-1">Notes on <code>flex</code></h2>
591
591
<li>
592
592
<p>If required in your design, you can override a flexbox at a wider breakpoint the element so that it is back to being a full-width block, using a responsive <ahref="/codebase-5/docs/3-layout-utilities/blocks">block</a> utility.</p>
593
593
</li>
594
+
<li>
595
+
<p>New in <code>v.5.2.9</code>: In addition to the <code>flex</code> setup class, you can also override eah of the flex modifier classes at the <code>xs</code>, <code>sm</code>, <code>md</code>, and <code>lg</code> breakpoint widths — see <ahref="#responsive-flex-modifier-tiers">responsive flex modifier tiers</a>.</p>
596
+
</li>
594
597
</ol>
595
598
<h2id="setting-up-a-flex-flexbox" tabindex="-1">Setting up a <code>flex</code> flexbox</h2>
<p>New in <code>v.5.2.9</code>: In addition to the <code>flex</code> setup class, you can also override eah of the flex modifier classes at the <code>xs</code>, <code>sm</code>, <code>md</code>, and <code>lg</code> breakpoint widths:</p>
@@ -215,7 +215,7 @@ <h1 class="mb-0 t-thin t-center sm:t-left">Codebase is a <span class="h5 t-heavy
215
215
<p>Starting from a beautifully minimalist set of classless HTML tag styles for cross-browser compatibility, Codebase brings you a “utility first” approach to all this and more:</p>
0 commit comments