aboutsummaryrefslogtreecommitdiffstats
path: root/.postcssrc.yml
diff options
context:
space:
mode:
authorcedricnjanga2017-10-06 10:17:17 +0200
committercedricnjanga2017-10-06 10:17:17 +0200
commitb6f08e58fae35d5dd8a610af31c2950b37746695 (patch)
tree989843dd674c41ff73eb75bd630ce4cc91fff91b /.postcssrc.yml
parent08517c27551a2dd8b227f6662f4c41574a36d81e (diff)
downloadchouette-core-b6f08e58fae35d5dd8a610af31c2950b37746695.tar.bz2
Add webpacker gem and migrate the React apps
Diffstat (limited to '.postcssrc.yml')
-rw-r--r--.postcssrc.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.postcssrc.yml b/.postcssrc.yml
new file mode 100644
index 000000000..a123d1fd2
--- /dev/null
+++ b/.postcssrc.yml
@@ -0,0 +1,3 @@
+plugins:
+ postcss-smart-import: {}
+ postcss-cssnext: {}