1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-23 15:19:36 +02:00
This commit is contained in:
Corentin Thomasset 2024-11-29 23:56:41 +01:00
parent 8929b5af6e
commit b41ad832b8
No known key found for this signature in database
GPG key ID: DBD997E935996158
6 changed files with 1114 additions and 954 deletions

View file

@ -1,3 +1,4 @@
import typography from '@tailwindcss/typography';
import defaultTheme from 'tailwindcss/defaultTheme';
import animate from 'tailwindcss-animate';
@ -87,5 +88,5 @@ module.exports = {
},
},
},
plugins: [animate],
plugins: [animate, typography],
};