aboutsummaryrefslogtreecommitdiff
path: root/node_modules/clean-css/lib/options/rebase.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/clean-css/lib/options/rebase.js')
-rw-r--r--node_modules/clean-css/lib/options/rebase.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/clean-css/lib/options/rebase.js b/node_modules/clean-css/lib/options/rebase.js
deleted file mode 100644
index 999c83f50..000000000
--- a/node_modules/clean-css/lib/options/rebase.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function rebaseFrom(rebaseOption) {
- return undefined === rebaseOption ? true : !!rebaseOption;
-}
-
-module.exports = rebaseFrom;