Files
2024-11-07 14:56:28 +01:00

10 lines
186 B
JavaScript

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