Skip to content

Commit ec7a976

Browse files
committed
Add existing code to custom styles import
1 parent 13ad58b commit ec7a976

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_includes/sxs/part-seven.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ <h3 class="step">Import your project styles into USWDS custom styles.</h3>
1010
<p class="step-description">In your text editor, open <strong>_theme/_uswds-theme-custom-styles.scss</strong>. We'll connect USWDS styles and our existing project styles by "importing" our project styles into the USWDS custom styles file.</p>
1111
<div class="editor">
1212
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> _theme/_uswds-theme-custom-styles.scss</h4>
13-
<pre class="add">@forward "../assets/css/styles.scss";</pre>
13+
<pre class="blur">@use "uswds-core" as *;</pre><pre class="add">
14+
@forward "../assets/css/styles.scss";</pre>
1415
</div>
1516
<p class="step-description">Once you've updated this file, you can save and close it.</p>
1617
<h3 class="step">Add our project Sass source directory to the gulpfile.</h3>

0 commit comments

Comments
 (0)