demo1/tailwind.config.js

9 lines
165 B
JavaScript
Raw Permalink Normal View History

2024-11-27 17:34:57 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
theme: {
extend: {}
},
plugins: []
}