Scripts/resources/[ps]/ps-realtor/ui/tailwind.config.cjs
2024-12-29 21:28:24 +01:00

12 lines
165 B
JavaScript

module.exports = {
darkmode: true,
content: [
"./index.html",
"./src/**/*.{svelte,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}