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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-03-22 19:55:43 +0300
committerRobin Appelman <robin@icewind.nl>2018-03-22 19:55:43 +0300
commitc17b5c4a4473a82315ae3b384a7c7d083a1d6aa4 (patch)
tree66cfcdbf9aa0260ed829f49749f1a39f99480115 /postcss.config.js
parent7b5a57fca136e47fac2cb6dc5a0db2c00ccf9f51 (diff)
update dependencies and switch to postcss
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..8f3df74
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,6 @@
+module.exports = {
+ plugins: [
+ require("postcss-cssnext")(),
+ require('postcss-nested')
+ ]
+};