Skip to content

Commit

Permalink
Merge branch 'main' into an-storybook-2519
Browse files Browse the repository at this point in the history
  • Loading branch information
werdnanoslen authored Jul 26, 2023
2 parents 6340680 + 7721e58 commit b17a4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/styles_and_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to use USWDS SCSS (mixins, functions, variables, etc.), you will nee
@use 'uswds-core' with (
$theme-image-path: '@uswds/uswds/img',
$theme-font-path: '@uswds/uswds/fonts',
$theme-hero-image: '@uswds/uswds/img/hero.png'
$theme-hero-image: '@uswds/uswds/img/hero.jpg'
);
```

Expand Down Expand Up @@ -66,7 +66,7 @@ You can also customize any of the variables used in USWDS SCSS in the `your-proj
$theme-grid-container-max-width: 'desktop-lg',
<!-- COMPONENTS -->
$theme-hero-image: '@uswds/uswds/img/hero.png',
$theme-hero-image: '@uswds/uswds/img/hero.jpg',
);
```

Expand Down

0 comments on commit b17a4cf

Please sign in to comment.