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