Update Ember to 3.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/// A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it.
|
||||
///
|
||||
/// @type Bool
|
||||
|
||||
$asset-pipeline: false !default;
|
||||
@@ -0,0 +1,8 @@
|
||||
@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;
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
/// Global variables to enable or disable vendor prefixes
|
||||
|
||||
$prefix-for-webkit: true !default;
|
||||
$prefix-for-mozilla: true !default;
|
||||
$prefix-for-microsoft: true !default;
|
||||
$prefix-for-opera: true !default;
|
||||
$prefix-for-spec: true !default;
|
||||
+1
@@ -0,0 +1 @@
|
||||
$em-base: 16px !default;
|
||||
Reference in New Issue
Block a user