diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..1c6390f --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,3 @@ +export const plugins = { + autoprefixer: {} +};