elnafo/crates/frontend/tailwind.config.js

11 lines
179 B
JavaScript
Raw Normal View History

2024-03-14 19:23:05 +05:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,ts,js}'],
theme: {
extend: {},
},
plugins: [],
}