diff options
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 2aa7205..7b75c83 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,6 +1,6 @@ export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, }; |
