summaryrefslogtreecommitdiffstats
path: root/webapp/.postcssrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/.postcssrc.js')
-rw-r--r--webapp/.postcssrc.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/webapp/.postcssrc.js b/webapp/.postcssrc.js
new file mode 100644
index 0000000..eee3e92
--- /dev/null
+++ b/webapp/.postcssrc.js
@@ -0,0 +1,10 @@
+// https://github.com/michael-ciniawsky/postcss-load-config
+
+module.exports = {
+ "plugins": {
+ "postcss-import": {},
+ "postcss-url": {},
+ // to edit target browsers: use "browserslist" field in package.json
+ "autoprefixer": {}
+ }
+}