mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-23 15:19:36 +02:00
wip
This commit is contained in:
parent
8929b5af6e
commit
b41ad832b8
6 changed files with 1114 additions and 954 deletions
|
@ -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],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue