Author: Brian Michael Poblete [brianpoblete77777@gmail.com]
Committer: GitHub [noreply@github.com] Mon, 25 Mar 2024 17:39:07 +0000
Hash: 59bb7e5399df56f8b1a666e0d9fb2e5f7521ab30
Timestamp: Mon, 25 Mar 2024 17:39:07 +0000 (5 months ago)

+6 -6 +/-1 browse
add from-one class to size and box-shadow demos (#482)
add from-one class to size and box-shadow demos (#482)

* add from-one class to size demos

* fix count on shadows
1diff --git a/docsite/index.html b/docsite/index.html
2index e261646..d04bb0a 100644
3--- a/docsite/index.html
4+++ b/docsite/index.html
5 @@ -2020,7 +2020,7 @@
6 </code></pre>
7 </div>
8 </div>
9- <article class="shadow-demos count-em">
10+ <article class="shadow-demos count-em from-one">
11 <div style="box-shadow: var(--shadow-1)"></div>
12 <div style="box-shadow: var(--shadow-2)"></div>
13 <div style="box-shadow: var(--shadow-3)"></div>
14 @@ -2983,7 +2983,7 @@
15 }
16 </code></pre>
17 </div>
18- <div class="sizes-demo count-em scroll-x-overflow">
19+ <div class="sizes-demo count-em scroll-x-overflow from-one">
20 <span style="inline-size: var(--size-1)"></span>
21 <span style="inline-size: var(--size-2)"></span>
22 <span style="inline-size: var(--size-3)"></span>
23 @@ -3032,7 +3032,7 @@
24 }
25 </code></pre>
26 </div>
27- <div class="sizes-demo count-em scroll-x-overflow">
28+ <div class="sizes-demo count-em scroll-x-overflow from-one">
29 <span style="inline-size: var(--size-fluid-1)"></span>
30 <span style="inline-size: var(--size-fluid-2)"></span>
31 <span style="inline-size: var(--size-fluid-3)"></span>
32 @@ -3069,7 +3069,7 @@
33 }
34 </code></pre>
35 </div>
36- <div class="large-sizes sizes-demo count-em scroll-x-overflow">
37+ <div class="large-sizes sizes-demo count-em scroll-x-overflow from-one">
38 <span style="inline-size: var(--size-content-1)"></span>
39 <span style="inline-size: var(--size-content-2)"></span>
40 <span style="inline-size: var(--size-content-3)"></span>
41 @@ -3104,7 +3104,7 @@
42 }
43 </code></pre>
44 </div>
45- <div class="large-sizes match-h5 sizes-demo count-em scroll-x-overflow">
46+ <div class="large-sizes match-h5 sizes-demo count-em scroll-x-overflow from-one">
47 <span style="inline-size: var(--size-header-1)"></span>
48 <span style="inline-size: var(--size-header-2)"></span>
49 <span style="inline-size: var(--size-header-3)"></span>
50 @@ -3153,7 +3153,7 @@
51 </optgroup>
52 </select>
53 </label>
54- <div class="sizes-demo count-em scroll-x-overflow">
55+ <div class="sizes-demo count-em scroll-x-overflow from-one">
56 <div style="inline-size: var(--size-relative-1)"></div>
57 <div style="inline-size: var(--size-relative-2)"></div>
58 <div style="inline-size: var(--size-relative-3)"></div>