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

12 lines
159 B
JavaScript
Raw Normal View History

2024-11-20 10:06:03 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {},
},
plugins: [],
}