Skip to content

Commit a1e19d8

Browse files
committed
Update touch instructions file path
1 parent c0177f5 commit a1e19d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 class="step">Add stylesheet partial.</h3>
9797
Create a new stylesheet partial for our new component by entering the following in the free terminal window:
9898
</p>
9999
<div class="terminal">
100-
<pre>touch assets/css/components/_my-testimonial.scss</pre>
100+
<pre>touch _theme/components/_my-testimonial.scss</pre>
101101
</div>
102102
<p class="step-description">
103103
And then we'll import this new stylesheet into our USWDS custom styles.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="step">Create a custom stylesheet for our custom card component.</h3>
4040
Now let's add our new <strong>my-card</strong> stylesheet. It's standard naming convention to prefix SCSS partials with an underscore (as we've already seen in <strong>_uswds-theme</strong> and <strong>_uswds-theme-custom-styles</strong>).
4141
</p>
4242
<div class="terminal">
43-
<pre>touch assets/css/components/_my-card.scss</pre>
43+
<pre>touch _theme/components/_my-card.scss</pre>
4444
</div>
4545

4646
<h3 class="step">Import the new stylesheet into USWDS custom styles.</h3>

0 commit comments

Comments
 (0)