Skip to content

Commit cb462fe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3 class="step">Import the new stylesheet into USWDS custom styles.</h3>
5151
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> _theme/_uswds-theme-custom-styles.scss</h4>
5252
<pre class="blur">@use "uswds-core" as *;
5353
@forward "../assets/css/styles.scss";
54-
</pre><pre class="add">@forward "../assets/css/_my-card.scss";</pre>
54+
</pre><pre class="add">@forward "../_theme/components/_my-card.scss";</pre>
5555
</div>
5656
<p class="step-description">
5757
Once you've updated this file, you can save and close it. Since we've added our project Sass source directory to our gulpfile in the first part of the tutorial, it should already be compiling correctly!

0 commit comments

Comments
 (0)