diff --git a/.postcssrc b/.postcssrc new file mode 100644 index 00000000..a6bd38f4 --- /dev/null +++ b/.postcssrc @@ -0,0 +1,5 @@ +{ + "plugins": { + "autoprefixer": true + } +}