mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
module.exports = {
|
|
content: [
|
|
"./src/**/*.{html,js,svelte,ts,eta}",
|
|
"./index.html",
|
|
"build/template/*.{html,eta}",
|
|
],
|
|
plugins: [require("@tailwindcss/typography")],
|
|
};
|