Skip to content

Commit 0b555ec

Browse files
author
James Mejia
committed
Spacing
1 parent 8fa0c29 commit 0b555ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ <h3 class="step">Import the new stylesheet into USWDS custom styles.</h3>
5050
<div class="editor">
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 *;
53-
@forward "../assets/css/styles.scss";
53+
@forward "../assets/css/styles.scss";
5454
</pre><pre class="add">@forward "../assets/css/_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!
5858
</p>
5959
<p class="step-description">
60-
Now that our stylesheet is being imported, lets write some customs styles to finish up our card.
60+
Now that our stylesheet is being imported, lets write some customs styles to finish up our card.
6161
</p>
6262

6363
<h3 class="step">Use USWDS core features in custom styles.</h3>

0 commit comments

Comments
 (0)