diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-15 13:43:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-15 13:43:54 -0400 |
| commit | b5b66d3841cebac5ab34744e63fc60e2a69a7252 (patch) | |
| tree | 5a01d5bc019b118f38bebde87b96611aa8a233a7 /tailwind.config.js | |
| parent | 959996961284a2800004eca2205add8e7d4f40f2 (diff) | |
| download | alure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.tar.gz alure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.tar.bz2 alure-website-b5b66d3841cebac5ab34744e63fc60e2a69a7252.zip | |
New page; Post system; Fixed more padding
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 8c4d1b2..86b035f 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,5 +14,7 @@ module.exports = { }, }, }, - plugins: [], + plugins: [ + require('@tailwindcss/typography'), + ], } |
