dym-sh/tailwind.config.js

12 lines
162 B
JavaScript
Raw Normal View History

2024-08-06 16:39:08 +02:00
module.exports = {
content: [
'./resources/**/*.blade.php',
'./resources/**/*.ts',
'./resources/**/*.vue',
],
theme: {
extend: {},
},
plugins: [],
}