diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-14 11:42:32 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-14 11:43:48 -0500 |
| commit | beae3366667b54b83e20f7e8d532f694c81bc5d0 (patch) | |
| tree | c40a3136b474978d048a40a6589e35d9c08dfceb /tailwind.config.js | |
| parent | 2dcb80f954dcc6a9c87dac1dc33668b4478993b9 (diff) | |
Add donation button (closes #40)
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 03965fe..f417ca4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -89,5 +89,5 @@ module.exports = { }, }, }, - plugins: [require('tailwindcss-animate')], + plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')], } |
