Files
notifications-admin/app/assets/sass/uswds/_uswds-theme.scss

14 lines
359 B
SCSS
Raw Normal View History

2023-04-24 14:57:35 -04:00
/*
----------------------------------------
USWDS with settings overrides
----------------------------------------
Uncomment the following lines and add a list of changed settings
in the form $setting: value,
----------------------------------------
*/
@use "uswds-core" with (
$theme-font-type-sans: "public-sans",
$theme-show-notifications: false
);