mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-17 15:57:01 +00:00
first commit
This commit is contained in:
12
tailwind.config.js
Executable file
12
tailwind.config.js
Executable file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./public/componets/**/*.{html,js}",
|
||||
"./public/template/**/*.{html,js}",
|
||||
// "./src/**/*.{html,js}",
|
||||
// "./index.html",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user