system-pri/frontend/tailwind.config.js

8 lines
129 B
JavaScript
Raw Normal View History

2022-05-22 21:28:25 +02:00
module.exports = {
2022-06-04 21:03:40 +02:00
content: ['./src/**/*.{js,jsx,ts,tsx}'],
2022-05-22 21:28:25 +02:00
theme: {
extend: {},
},
2022-06-04 21:03:40 +02:00
plugins: [require('daisyui')],
2022-05-22 21:28:25 +02:00
}