summaryrefslogtreecommitdiff
path: root/UI source code/dns_mapping_ui-master/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'UI source code/dns_mapping_ui-master/postcss.config.js')
-rw-r--r--UI source code/dns_mapping_ui-master/postcss.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/UI source code/dns_mapping_ui-master/postcss.config.js b/UI source code/dns_mapping_ui-master/postcss.config.js
new file mode 100644
index 0000000..961986e
--- /dev/null
+++ b/UI source code/dns_mapping_ui-master/postcss.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ autoprefixer: {}
+ }
+}