diff options
Diffstat (limited to 'clients/www/postcss.config.cjs')
-rw-r--r-- | clients/www/postcss.config.cjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/postcss.config.cjs b/clients/www/postcss.config.cjs index 16dce0b..054c147 100644 --- a/clients/www/postcss.config.cjs +++ b/clients/www/postcss.config.cjs @@ -1,6 +1,6 @@ module.exports = { plugins: { tailwindcss: {}, - autoprefixer: {}, - }, -}
\ No newline at end of file + autoprefixer: {} + } +}; |