michalvankodev-site/axum_server/tailwind.config.js

9 lines
145 B
JavaScript
Raw Normal View History

2024-02-22 20:13:23 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2024-08-07 19:21:29 +02:00
content: ["./templates/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};