echoer/frontend/tailwind.config.js

10 lines
189 B
JavaScript
Raw Normal View History

2024-12-20 23:45:25 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};