Files
AllinSSL/frontend/apps/allin-ssl/tailwind.config.js
2026-01-13 17:47:39 +08:00

9 lines
160 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,css,tsx,js,ts,jsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}