aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";