Files
django-vue3-admin/web/tailwind.config.js
2023-04-14 23:04:28 +08:00

9 lines
159 B
Python

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js}'],
theme: {
extend: {},
},
plugins: [],
};