aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cssnano/dist/lib/evenValues.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cssnano/dist/lib/evenValues.js')
-rw-r--r--node_modules/cssnano/dist/lib/evenValues.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/cssnano/dist/lib/evenValues.js b/node_modules/cssnano/dist/lib/evenValues.js
new file mode 100644
index 00000000..4340aa59
--- /dev/null
+++ b/node_modules/cssnano/dist/lib/evenValues.js
@@ -0,0 +1,8 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = getEvenValues;
+function getEvenValues(list, index) {
+ return index % 2 === 0;
+}
+module.exports = exports["default"]; \ No newline at end of file