Skip to content

Commit 750979f

Browse files
committed
Use consistent periods in heds
1 parent c3c5ede commit 750979f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/sxs/02-extending/part-three.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
147147
Can you spot all the uses of USWDS tokens?
148148
</p>
149149

150-
<h3 class="step">Styling the testimonial icon</h3>
150+
<h3 class="step">Style the testimonial icon.</h3>
151151
<p class="step-description">
152152
USWDS uses variables to maintain consistent styles across different definitions. Let's create a variable for our icon stroke and fill at the top of our stylesheet.
153153
</p>
@@ -176,7 +176,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
176176
<pre class="blur">}</pre>
177177
</div>
178178

179-
<h3 class="step">Using USWDS theme tokens with mixins</h3>
179+
<h3 class="step">Using USWDS theme tokens with mixins.</h3>
180180
<p class="step-description">
181181
Using a combination of utility mixins and USWDS theme settings can help add uniformity across your project. In this example, we'll add the border settings and padding settings from earlier to help our new component sit nicely with the original card. The <strong>u-margin-x()</strong> mixin lets you set left and right margin at the same time.
182182
</p>
@@ -194,7 +194,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
194194
}</pre>
195195
</div>
196196

197-
<h3 class="step">Color, background, and contrast</h3>
197+
<h3 class="step">Adjusting color, background, and contrast.</h3>
198198
<p class="step-description">
199199
Finally, let's change the color of our testimonial component. The traditional way to set background and color is to use two separate rules. If we want to use our primary colors in this component, we can use the following two rules:
200200
</p>

0 commit comments

Comments
 (0)