diff --git a/postcss.config.js b/postcss.config.js index e6e775d..dc0bdc3 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,8 +3,8 @@ */ module.exports = { plugins: { - 'tailwindcss/nesting': 'postcss-nesting', + "tailwindcss/nesting": "postcss-nesting", tailwindcss: {}, - autoprefixer: {} - } + autoprefixer: {}, + }, }