diff options
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postcss.config.js b/postcss.config.js index 33ad091d..85f717cc 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - autoprefixer: {}, - }, + autoprefixer: {} + } } |
