Files
tailShape/tailwind.config.js
istiyakaminsanto f42c33304f first commit
2022-02-15 12:26:43 +06:00

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: [],
}