From 575769c34ded2de0239b3b58d3c27360db18963a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 11 May 2016 11:36:40 -0700 Subject: [PATCH] rest in peace _functions.scss --- scss/_functions.scss | 17 ----------------- scss/bootstrap.scss | 1 - 2 files changed, 18 deletions(-) delete mode 100644 scss/_functions.scss diff --git a/scss/_functions.scss b/scss/_functions.scss deleted file mode 100644 index de7871a9af..0000000000 --- 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 47f5a79b36..f99a722cad 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";