mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-17 13:47:00 +00:00
13 lines
221 B
JavaScript
Executable File
13 lines
221 B
JavaScript
Executable File
module.exports = {
|
|
content: [
|
|
"./public/componets/**/*.{html,js}",
|
|
"./public/template/**/*.{html,js}",
|
|
// "./src/**/*.{html,js}",
|
|
// "./index.html",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|