clubmanager/tailwind.config.js

10 lines
154 B
JavaScript
Raw Permalink Normal View History

2023-11-04 09:28:38 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.rs.html"],
theme: {
extend: {},
},
plugins: [],
}