Feat/dashboard modals

This commit is contained in:
Valentino 2021-11-02 15:22:53 +00:00 committed by Tin Geber
parent 88a4367b64
commit c4a8f323e6
18 changed files with 896 additions and 46 deletions

2
tailwind.config.js vendored
View file

@ -27,5 +27,5 @@ module.exports = {
tableLayout: ['hover', 'focus'],
},
},
plugins: [require('@tailwindcss/forms')],
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
};