diff --git a/postcss.config.js b/postcss.config.js index 52048ca..c06b794 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ export default { plugins: { - "@tailwindcss/postcss": {}, + '@tailwindcss/postcss': {}, autoprefixer: {} } };