diff options
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index bd73443..e67c242 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,8 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ["./templates/**/*.html"], - theme: { - extend: {}, - }, - plugins: [], -} - + content: ["./templates/**/*.html"], + theme: { + extend: {}, + }, + plugins: [], +}; |
