Skip to content

Commit d6e86ec

Browse files
committed
v.5.4.0
1 parent 54e2b5b commit d6e86ec

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

docs/docs/1-getting-started/element-grid/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ <h2 id="infographic%3A-the-codebase-element-grid" tabindex="-1">Infographic: the
619619
<div class="my-6">
620620
<img src="/codebase-5/img/element-grid.svg" width="736" height="446">
621621
</div>
622-
<p><strong>Note:</strong> the padding for buttons and table cells corresponds to Codebase utility classes <code>px-2 py-1</code>. Since this would be used frequently for menu itams, tab labels, etc., Codebase also has <code>p-cell</code> that adds this margin (<code>margin: var(--sp-1) var(--sp-2);</code>) in one utility class.</p>
622+
<p><strong>Note:</strong> the padding for buttons and table cells corresponds to Codebase utility classes <code>px-2 py-1</code>. Since this would be used frequently for menu items, tab labels, etc., Codebase also has <code>p-cell</code> that adds padding <code>var(--sp-1) var(--sp-2);</code> in one utility class.</p>
623623
<h2 id="utility-class-spacing" tabindex="-1">Utility class spacing</h2>
624624
<p>The element grid has been used throughout Codebase’s classless (basic) styling. Where element grid units have been used in <a href="/codebase-5/docs/5-decoration-utilities/spacing">spacing</a> utility classes (i.e. margins and paddings), these are provided as follows:</p>
625625
<table class="table">
1.2 KB
Binary file not shown.
31.9 KB
Binary file not shown.
35.7 KB
Binary file not shown.
35.8 KB
Binary file not shown.
35.2 KB
Binary file not shown.

docs/pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.4.0","languages":{"en":{"hash":"en_5b6d9abd1f","wasm":"en","page_count":52}},"include_characters":["_","","","","","","","","","_"]}
1+
{"version":"1.4.0","languages":{"en":{"hash":"en_3b5a4d3ca0","wasm":"en","page_count":52}},"include_characters":["_","","","","","","","","","_"]}
561 Bytes
Binary file not shown.

src/docs/1-getting-started/element-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $spacing: (
5353
<img src="{{ '/img/element-grid.svg' | url }}" width="736" height="446">
5454
</div>
5555

56-
**Note:** the padding for buttons and table cells corresponds to Codebase utility classes `px-2 py-1`. Since this would be used frequently for menu itams, tab labels, etc., Codebase also has `p-cell` that adds this margin (`margin: var(--sp-1) var(--sp-2);`) in one utility class.
56+
**Note:** the padding for buttons and table cells corresponds to Codebase utility classes `px-2 py-1`. Since this would be used frequently for menu items, tab labels, etc., Codebase also has `p-cell` that adds padding `var(--sp-1) var(--sp-2);` in one utility class.
5757

5858
## Utility class spacing
5959

0 commit comments

Comments
 (0)