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