eext-leye/tailwind.config.js

10 lines
157 B
JavaScript
Raw Normal View History

2026-02-09 11:40:12 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./iframe/**/*.{html,css,js}"],
theme: {
extend: {},
},
plugins: [],
}