KDesktop/tailwind.config.js

9 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-06-20 18:54:10 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}