chicken-box/tailwind.config.js

8 lines
153 B
JavaScript
Raw Permalink Normal View History

2024-11-17 05:33:50 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,css,ts}", "./index.html"],
theme: {
extend: {},
},
};