Skip to content

Commit

Permalink
Merge pull request #2972 from uswds/dw-fix-migration-typo
Browse files Browse the repository at this point in the history
Fix typo migration guidance
  • Loading branch information
heymatthenry authored Nov 18, 2024
2 parents 849d779 + 44f3660 commit 21ac533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/documentation/migration-V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ These instructions will help you update your `@import` references to the new syn
Note that the new `@use` statement is a list of variables, so each line ends in a comma `,` instead of a semicolon `;`.
{: .site-note }
**Note:** the `@use "uswds-core" with ()` configuration accepts only current USWDS settings variables. If you receive the error `This module was already loaded, so it can't be configured using "with"`, confirm that all your declared variables exist in the in the list of [USWDS settings]({{ site.baseurl }}/documentation/settings/) and try compiling again.
**Note:** the `@use "uswds-core" with ()` configuration accepts only current USWDS settings variables. If you receive the error `This module was already loaded, so it can't be configured using "with"`, confirm that all your declared variables exist in the list of [USWDS settings]({{ site.baseurl }}/documentation/settings/) and try compiling again.
1. **Use the new theme file in your project** If your project already was using a project-specific theme settings file, you're all set. If not, you'll need to open your project's Sass entry point, typically `styles.scss`. It usually looks something like this:
Expand Down

0 comments on commit 21ac533

Please sign in to comment.