ff-admin/tailwind.config.js

9 lines
174 B
JavaScript
Raw Normal View History

2024-08-22 09:48:04 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};