Scripts/resources/[ps]/ps-realtor/ui/tailwind.config.cjs

12 lines
165 B
JavaScript
Raw Permalink Normal View History

2024-12-29 20:28:24 +00:00
module.exports = {
darkmode: true,
content: [
"./index.html",
"./src/**/*.{svelte,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}