mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-13 03:03:41 +08:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('daisyui')],
|
|
};
|