9 lines
234 B
SCSS
9 lines
234 B
SCSS
@charset "UTF-8";
|
||
|
||
/// Enable or disable output of Bourbon’s deprecation-related Sass warnings.
|
||
/// This variable must be declared _before_ importing Bourbon.
|
||
///
|
||
/// @type Bool
|
||
|
||
$output-bourbon-deprecation-warnings: true !default;
|