Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add from-one class to size and box-shadow demos #482

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add from-one class to size demos
Brian-Pob committed Mar 22, 2024

Verified

This commit was signed with the committer’s verified signature.
Brian-Pob Brian Michael Poblete
commit 65c99cdae104aff7e7f69929421a000cdd54cb36
10 changes: 5 additions & 5 deletions docsite/index.html
Original file line number Diff line number Diff line change
@@ -2983,7 +2983,7 @@ <h5>Usage Sample</h5>
}
</code></pre>
</div>
<div class="sizes-demo count-em scroll-x-overflow">
<div class="sizes-demo count-em scroll-x-overflow from-one">
<span style="inline-size: var(--size-1)"></span>
<span style="inline-size: var(--size-2)"></span>
<span style="inline-size: var(--size-3)"></span>
@@ -3032,7 +3032,7 @@ <h5>Usage Sample</h5>
}
</code></pre>
</div>
<div class="sizes-demo count-em scroll-x-overflow">
<div class="sizes-demo count-em scroll-x-overflow from-one">
<span style="inline-size: var(--size-fluid-1)"></span>
<span style="inline-size: var(--size-fluid-2)"></span>
<span style="inline-size: var(--size-fluid-3)"></span>
@@ -3069,7 +3069,7 @@ <h5>Usage Sample</h5>
}
</code></pre>
</div>
<div class="large-sizes sizes-demo count-em scroll-x-overflow">
<div class="large-sizes sizes-demo count-em scroll-x-overflow from-one">
<span style="inline-size: var(--size-content-1)"></span>
<span style="inline-size: var(--size-content-2)"></span>
<span style="inline-size: var(--size-content-3)"></span>
@@ -3104,7 +3104,7 @@ <h5>Usage Sample</h5>
}
</code></pre>
</div>
<div class="large-sizes match-h5 sizes-demo count-em scroll-x-overflow">
<div class="large-sizes match-h5 sizes-demo count-em scroll-x-overflow from-one">
<span style="inline-size: var(--size-header-1)"></span>
<span style="inline-size: var(--size-header-2)"></span>
<span style="inline-size: var(--size-header-3)"></span>
@@ -3153,7 +3153,7 @@ <h5>Relative Sizes</h5>
</optgroup>
</select>
</label>
<div class="sizes-demo count-em scroll-x-overflow">
<div class="sizes-demo count-em scroll-x-overflow from-one">
<div style="inline-size: var(--size-relative-1)"></div>
<div style="inline-size: var(--size-relative-2)"></div>
<div style="inline-size: var(--size-relative-3)"></div>