UNPKG

houdunren-vue

Version:

后盾人前端脚手架

9 lines (8 loc) 175 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], theme: { extend: {}, }, plugins: [], }