diff --git a/platform/commonUI/general/res/sass/startup-base.scss b/platform/commonUI/general/res/sass/startup-base.scss index 7b4d382ec6..ed29849920 100644 --- a/platform/commonUI/general/res/sass/startup-base.scss +++ b/platform/commonUI/general/res/sass/startup-base.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "logo-and-bg"; diff --git a/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss b/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss index 02f56f462a..514821f3db 100644 --- a/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss +++ b/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss @@ -19,7 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ - +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../general/res/sass/_mixins"; diff --git a/platform/commonUI/themes/snow/res/sass/theme-snow.scss b/platform/commonUI/themes/snow/res/sass/theme-snow.scss index fed2d2c3e9..78a4af6908 100644 --- a/platform/commonUI/themes/snow/res/sass/theme-snow.scss +++ b/platform/commonUI/themes/snow/res/sass/theme-snow.scss @@ -19,7 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ - +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../general/res/sass/_mixins"; diff --git a/platform/features/conductor/core/res/sass/time-conductor-espresso.scss b/platform/features/conductor/core/res/sass/time-conductor-espresso.scss index 03bb41dc7e..67624846fc 100644 --- a/platform/features/conductor/core/res/sass/time-conductor-espresso.scss +++ b/platform/features/conductor/core/res/sass/time-conductor-espresso.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../../commonUI/general/res/sass/constants"; @import "../../../../../commonUI/general/res/sass/mixins"; diff --git a/platform/features/conductor/core/res/sass/time-conductor-snow.scss b/platform/features/conductor/core/res/sass/time-conductor-snow.scss index a927791b5c..d989cd2551 100644 --- a/platform/features/conductor/core/res/sass/time-conductor-snow.scss +++ b/platform/features/conductor/core/res/sass/time-conductor-snow.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../../commonUI/general/res/sass/constants"; @import "../../../../../commonUI/general/res/sass/mixins"; diff --git a/platform/features/timeline/res/sass/timeline-espresso.scss b/platform/features/timeline/res/sass/timeline-espresso.scss index cc18bdce06..66ae9c94e6 100644 --- a/platform/features/timeline/res/sass/timeline-espresso.scss +++ b/platform/features/timeline/res/sass/timeline-espresso.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../commonUI/general/res/sass/constants"; diff --git a/platform/features/timeline/res/sass/timeline-snow.scss b/platform/features/timeline/res/sass/timeline-snow.scss index 4f18f64765..31a7ee9887 100644 --- a/platform/features/timeline/res/sass/timeline-snow.scss +++ b/platform/features/timeline/res/sass/timeline-snow.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../commonUI/general/res/sass/constants"; diff --git a/platform/features/timeline/res/sass/timeline.scss b/platform/features/timeline/res/sass/timeline.scss index f6fe978ef8..1f9a2c4694 100644 --- a/platform/features/timeline/res/sass/timeline.scss +++ b/platform/features/timeline/res/sass/timeline.scss @@ -19,6 +19,7 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +$output-bourbon-deprecation-warnings: false; @import "bourbon"; @import "../../../../commonUI/general/res/sass/constants";