aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 11:36:40 -0700
committerMark Otto <[email protected]>2016-05-11 11:36:40 -0700
commit575769c34ded2de0239b3b58d3c27360db18963a (patch)
tree677bc95359fea8e2728a8605f2edba965e513b7f
parentfda92d02a35de82de8a98af93e2ebe162c373615 (diff)
downloadbootstrap-575769c34ded2de0239b3b58d3c27360db18963a.tar.xz
bootstrap-575769c34ded2de0239b3b58d3c27360db18963a.zip
rest in peace _functions.scss
-rw-r--r--scss/_functions.scss17
-rw-r--r--scss/bootstrap.scss1
2 files changed, 0 insertions, 18 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
deleted file mode 100644
index de7871a9a..000000000
--- a/scss/_functions.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// Functions
-//
-
-
-// Remove the unit of a length
-// Source: https://css-tricks.com/snippets/sass/strip-unit-function/
-//
-// @param {Number} $number - Number to remove unit from
-// @return {Number} - Unitless number
-
-@function strip-unit($number) {
- @if type-of($number) == "number" and not unitless($number) {
- @return $number / ($number * 0 + 1);
- }
- @return $number;
-}
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 47f5a79b3..f99a722ca 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -5,7 +5,6 @@
*/
// Core variables and mixins
-@import "functions";
@import "custom";
@import "variables";
@import "mixins";