protogen.social-temp/tailwind.config.js
laraproto 11cedc0abd
All checks were successful
Push to cloudflare pages / deploy (push) Successful in 46s
finish page
2025-01-25 17:46:08 +02:00

8 lines
No EOL
155 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};