Skip to content

Commit 12b986b

Browse files
author
James Mejia
committed
Step three edits
1 parent 421ac80 commit 12b986b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
7878
</div>
7979
<h3 class="step">Start styling the component.</h3>
8080
<p class="step-description">
81-
Just like using the <strong>color()</strong> function to use USWDS color tokens, we can use <strong>units()</strong> to allow native CSS properties to make use of USWDS spacing tokens. To get our base styles for our new component, add the following styles to the new stylesheet.
81+
Just like using the <strong>color()</strong> function to use USWDS color tokens, we can use <strong>units()</strong> to make use of spacing tokens. To get our base styles for our new component, add the following styles to the new stylesheet.
8282
</p>
8383
<div class="editor">
8484
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> assets/css/components/ut-testimonial.scss</h4>
@@ -172,6 +172,6 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
172172
}</pre>
173173
</div>
174174
<p class="step-description">
175-
And voila! You've used theme settings, custom styles, USWDS tokens, and utility mixins to theme, customize, and extend USWDS into creating our very own component! Great work!
175+
And voilà! You've used theme settings, custom styles, USWDS tokens, and utility mixins to theme, customize, and extend USWDS into creating our very own component. Great work!
176176
</p>
177177
</section>

0 commit comments

Comments
 (0)