summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_deprecation-warnings.scss
blob: 65e46705471b864b627ff4be53772a9556118f2e (plain)
1
2
3
4
5
6
7
8
@charset "UTF-8";

/// Enable or disable output of Bourbons deprecation-related Sass warnings.
/// This variable must be declared _before_ importing Bourbon.
///
/// @type Bool

$output-bourbon-deprecation-warnings: true !default;