Skip to content

Commit 8fa0c29

Browse files
author
James Mejia
committed
Spacing and use SCSS partial instead of CSS for accuracy
1 parent 0872ff0 commit 8fa0c29

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
@@ -37,7 +37,7 @@ <h3 class="step">Create a custom stylesheet for our custom card component.</h3>
3737
<pre>mkdir _theme/components</pre>
3838
</div>
3939
<p class="step-description">
40-
Now let's add our new <strong>my-card</strong> stylesheet. It's standard naming convention to prefix CSS partials with an underscore (as we've already seen in <strong>_uswds-theme</strong> and <strong>_uswds-theme-custom-styles</strong>).
40+
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">
4343
<pre>touch assets/css/components/_my-card.scss</pre>

0 commit comments

Comments
 (0)