vue-tailwind-myna/tailwind.config.js

9 lines
173 B
JavaScript
Raw Permalink Normal View History

2024-11-20 15:23:32 +07:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}