7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
module.exports = {
|
|
content: ["./**/*.{php,html,js}", "./*.php"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
} |