From 49b9cfb129278fc7bcfcfd0454ecd2434f5bb137 Mon Sep 17 00:00:00 2001 From: Dano Williams Date: Wed, 18 Dec 2019 10:59:33 -0800 Subject: [PATCH] Add note about adding the notifications var to general --- src/stylesheets/core/_notifications.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/stylesheets/core/_notifications.scss b/src/stylesheets/core/_notifications.scss index 50fced8e84..c7e573027f 100644 --- a/src/stylesheets/core/_notifications.scss +++ b/src/stylesheets/core/_notifications.scss @@ -17,6 +17,8 @@ $uswds-notifications: "\a sure you're importing the components settings in your Sass entry point (often styles.scss) with `@import \"uswds-theme-components\"`. A bug in 2.0 omitted that import. + +- We added `$theme-show-notifications: true` to general settings -------------------------------------------------------------------- 2.2.0: We changed the names of some settings. @@ -35,6 +37,7 @@ These are notifications from the USWDS team, not necessarily a problem with your code. Disable notifications using `$theme-show-notifications: false` +in your general settings file. --------------------------------------------------------------------\a"; @if $theme-show-notifications {