kunkun/packages/templates/template-ext-react/tailwind.config.js
Huakun Shen e812d4229d
Some checks failed
CI / build-test (macos-14) (push) Has been cancelled
CI / build-test (ubuntu-24.04) (push) Has been cancelled
CI / build-test (windows-latest) (push) Has been cancelled
refactor: move templates folder
2024-11-15 18:28:57 -05:00

12 lines
241 B
JavaScript

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