aboutsummaryrefslogtreecommitdiff
path: root/node_modules/cssstyle/lib/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cssstyle/lib/constants.js')
-rw-r--r--node_modules/cssstyle/lib/constants.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/cssstyle/lib/constants.js b/node_modules/cssstyle/lib/constants.js
new file mode 100644
index 0000000..1b58869
--- /dev/null
+++ b/node_modules/cssstyle/lib/constants.js
@@ -0,0 +1,6 @@
+'use strict';
+
+module.exports.POSITION_AT_SHORTHAND = {
+ first: 0,
+ second: 1,
+};