1
Fork 0
personal_website/tailwind.config.js
Hadeed Ahmad 8d0f443752
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add tailwind
2024-11-25 21:50:38 +05:00

8 lines
149 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};