Skip to content

Commit 1a10c8f

Browse files
committed
Merge branch 'uswds3.3' of https://github.com/GSA/sam-styles into uswds3.3
2 parents 0ba92fb + 803e574 commit 1a10c8f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/packages/theme/settings.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
$sam-font-path: "../node_modules/@uswds/uswds/dist/fonts" !default;
3-
$sam-image-path: "../node_modules/@uswds/uswds/dist/img" !default;
2+
$sam-uswds-font-path: "../node_modules/@uswds/uswds/dist/fonts" !default;
3+
$sam-uswds-image-path: "../node_modules/@uswds/uswds/dist/img" !default;
44

55
@use "uswds-core" with (
6-
7-
$theme-font-path: $sam-font-path,
8-
$theme-image-path: $sam-image-path,
6+
7+
$theme-font-path: $sam-uswds-font-path,
8+
$theme-image-path: $sam-uswds-image-path,
99

1010
/*
1111
----------------------------------------

0 commit comments

Comments
 (0)