client/tailwind.config.js
2024-07-04 16:56:40 +02:00

11 lines
187 B
JavaScript

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