Files
AllinSSL/frontend/apps/allin-ssl/tailwind.config.js
2025-05-09 15:11:21 +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: [],
}