mirror of
https://github.com/joel-st/kunkun-nostr-nip-19.git
synced 2025-04-03 17:56:43 +00:00
13 lines
241 B
JavaScript
13 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: []
|
|
}
|