We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ba92fb + 803e574 commit 1a10c8fCopy full SHA for 1a10c8f
1 file changed
src/packages/theme/settings.scss
@@ -1,11 +1,11 @@
1
2
-$sam-font-path: "../node_modules/@uswds/uswds/dist/fonts" !default;
3
-$sam-image-path: "../node_modules/@uswds/uswds/dist/img" !default;
+$sam-uswds-font-path: "../node_modules/@uswds/uswds/dist/fonts" !default;
+$sam-uswds-image-path: "../node_modules/@uswds/uswds/dist/img" !default;
4
5
@use "uswds-core" with (
6
-
7
-$theme-font-path: $sam-font-path,
8
-$theme-image-path: $sam-image-path,
+
+$theme-font-path: $sam-uswds-font-path,
+$theme-image-path: $sam-uswds-image-path,
9
10
/*
11
----------------------------------------
0 commit comments