Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-17 11:38:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-17 11:38:40 +0300
commit0ff788a14db963b6dcd49f1c2b362d472f28247a (patch)
tree3190b4d5e5b6a56fdf8436f6ab4b9aef492b7516 /postcss.config.js
parent1ecf67c6af75e9a82e33a105bb1d785903bde566 (diff)
Add Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 000000000..961986e2b
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ autoprefixer: {}
+ }
+}