adding bouron / neat installs

This commit is contained in:
2016-10-23 22:10:23 -04:00
parent 0392180886
commit fe8c5214e1
99 changed files with 4052 additions and 0 deletions
+7
View File
@@ -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;
+9
View File
@@ -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
View File
@@ -0,0 +1 @@
$em-base: 16px !default;