AeThex-Connect/packages/desktop/tailwind.config.js
2026-02-28 23:50:09 -07:00

10 lines
176 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/renderer/**/*.{js,ts,jsx,tsx,html}",
],
theme: {
extend: {},
},
plugins: [],
}