Skip to content

Commit 6fa5a31

Browse files
authored
Merge pull request nasa#1433 from nasa/open1432
[Build] Installed sound suppression system for Bourbon deprecation messages.
2 parents 5bc7a70 + 77d0134 commit 6fa5a31

File tree

8 files changed

+8
-2
lines changed

8 files changed

+8
-2
lines changed

platform/commonUI/general/res/sass/startup-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324
@import "logo-and-bg";
2425

platform/commonUI/themes/espresso/res/sass/theme-espresso.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22-
22+
$output-bourbon-deprecation-warnings: false;
2323
@import "bourbon";
2424

2525
@import "../../../../general/res/sass/_mixins";

platform/commonUI/themes/snow/res/sass/theme-snow.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22-
22+
$output-bourbon-deprecation-warnings: false;
2323
@import "bourbon";
2424

2525
@import "../../../../general/res/sass/_mixins";

platform/features/conductor/core/res/sass/time-conductor-espresso.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324
@import "../../../../../commonUI/general/res/sass/constants";
2425
@import "../../../../../commonUI/general/res/sass/mixins";

platform/features/conductor/core/res/sass/time-conductor-snow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324
@import "../../../../../commonUI/general/res/sass/constants";
2425
@import "../../../../../commonUI/general/res/sass/mixins";

platform/features/timeline/res/sass/timeline-espresso.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324

2425
@import "../../../../commonUI/general/res/sass/constants";

platform/features/timeline/res/sass/timeline-snow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324

2425
@import "../../../../commonUI/general/res/sass/constants";

platform/features/timeline/res/sass/timeline.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* this source code distribution or the Licensing information page available
2020
* at runtime from the About dialog for additional information.
2121
*****************************************************************************/
22+
$output-bourbon-deprecation-warnings: false;
2223
@import "bourbon";
2324

2425
@import "../../../../commonUI/general/res/sass/constants";

0 commit comments

Comments
 (0)