Skip to content

Commit b8f463a

Browse files
James Mejiamahoneycm
andauthored
Update _includes/sxs/02-extending/part-three.html
Co-authored-by: mahoneycm <charlie.mahoney@bixal.com>
1 parent 9e3a114 commit b8f463a

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
@@ -93,8 +93,8 @@ <h3 class="step">Add stylesheet partial.</h3>
9393
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> _theme/_uswds-theme-custom-styles.scss</h4>
9494
<pre class="blur">@use "uswds-core" as *;
9595
@forward "../assets/css/styles.scss";
96-
@forward "../assets/css/_my-card.scss";
97-
</pre><pre class="add">@forward "../assets/css/components/_my-testimonial.scss";</pre>
96+
@forward "../_theme/components/_my-card.scss";
97+
</pre><pre class="add">@forward "../_theme/components/_my-testimonial.scss";</pre>
9898
</div>
9999
<h3 class="step">Start styling the component.</h3>
100100
<p class="step-description">

0 commit comments

Comments
 (0)