Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve messaging about notification in notification #3267

Merged
merged 1 commit into from Dec 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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