We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3a114 commit b8f463aCopy full SHA for b8f463a
1 file changed
_includes/sxs/02-extending/part-three.html
@@ -93,8 +93,8 @@ <h3 class="step">Add stylesheet partial.</h3>
93
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> _theme/_uswds-theme-custom-styles.scss</h4>
94
<pre class="blur">@use "uswds-core" as *;
95
@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>
+@forward "../_theme/components/_my-card.scss";
+</pre><pre class="add">@forward "../_theme/components/_my-testimonial.scss";</pre>
98
</div>
99
<h3 class="step">Start styling the component.</h3>
100
<p class="step-description">
0 commit comments