i-tools/tailwind.config.js
2024-12-06 03:20:18 +08:00

10 lines
126 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}