Skip to content

Commit

Permalink
Adjust uswds settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrienne committed Oct 16, 2024
1 parent 7022a3c commit 3e02425
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/frontend/styles/uswds-settings.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/* This gets set by a script in cases where the ASSET_PREFIX is set; see
* scripts/export.sh */
$ASSET_PREFIX: "";

/* https://designsystem.digital.gov/documentation/settings/ */
@use "uswds-core" with (
$theme-show-compile-warnings: true,
Expand All @@ -10,8 +6,4 @@ $ASSET_PREFIX: "";
$theme-banner-link-color: "primary-light",
$theme-banner-max-width: "widescreen",
$theme-checkbox-border-radius: "md",
/* these are referenced from the root of the /public directory */
$theme-font-path: "#{$ASSET_PREFIX}/uswds/fonts",
$theme-image-path: "#{$ASSET_PREFIX}/uswds/img",
$theme-hero-image: "#{$ASSET_PREFIX}/uswds/img/hero.webp"
);

0 comments on commit 3e02425

Please sign in to comment.