diff options
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 017b34b..c2ddf74 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,5 +1,5 @@ export default { - plugins: { - "@tailwindcss/postcss": {}, - }, + plugins: { + "@tailwindcss/postcss": {}, + }, }; |
