aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/postcss/lib/symbols.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/postcss/lib/symbols.js')
-rw-r--r--vanilla/node_modules/postcss/lib/symbols.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/vanilla/node_modules/postcss/lib/symbols.js b/vanilla/node_modules/postcss/lib/symbols.js
new file mode 100644
index 0000000..a142c26
--- /dev/null
+++ b/vanilla/node_modules/postcss/lib/symbols.js
@@ -0,0 +1,5 @@
+'use strict'
+
+module.exports.isClean = Symbol('isClean')
+
+module.exports.my = Symbol('my')