Hadeed Ahmad
8d0f443752
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["templates/**/*.html"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|