Files
podsteadr/frontend/tailwind.config.js
T
2026-07-30 13:48:45 +00:00

9 lines
163 B
JavaScript

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