Skip to content

Commit

Permalink
Merge pull request #3267 from uswds/dw-notification-enhance
Browse files Browse the repository at this point in the history
Improve messaging about notification in notification
  • Loading branch information
mejiaj committed Dec 18, 2019
2 parents 92c43bf + 49b9cfb commit cb7d506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stylesheets/core/_notifications.scss
Expand Up @@ -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.
Expand All @@ -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 {
Expand Down

0 comments on commit cb7d506

Please sign in to comment.