mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 02:58:24 -04:00
14 lines
359 B
SCSS
14 lines
359 B
SCSS
/*
|
|
----------------------------------------
|
|
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
|
|
);
|