2024-02-12 21:44:41 +01:00
|
|
|
module.exports = {
|
2024-10-03 16:17:51 +02:00
|
|
|
content: ['./**/*.htm', './node_modules/flowbite/**/*.js', './resources/js/toast.js'],
|
|
|
|
darkMode: 'class',
|
|
|
|
theme: {
|
|
|
|
extend: {
|
|
|
|
fontFamily: {
|
|
|
|
nunito: ['Nunito', 'sans-serif'],
|
|
|
|
},
|
|
|
|
},
|
2024-02-13 01:41:48 +01:00
|
|
|
},
|
2024-10-03 16:17:51 +02:00
|
|
|
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography'), require('flowbite/plugin'), require('tailwind-clip-path')],
|
2024-02-12 21:44:41 +01:00
|
|
|
};
|