This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
tv-site/tailwind.config.js
Phan Huy Tran 953e9a6def 2
2024-11-20 10:06:03 +01:00

12 lines
159 B
JavaScript

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