Files
django-vue3-admin/web/tailwind.config.js
2023-03-23 18:08:41 +08:00

9 lines
127 B
Python

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