| 123456789101112131415161718 |
- /*
- * @Author: June 1601745371@qq.com
- * @Date: 2024-04-17 09:31:52
- * @LastEditors: June 1601745371@qq.com
- * @LastEditTime: 2024-04-17 10:06:37
- * @FilePath: \sd-designer\tailwind.config.js
- * @Description: tailwind配置
- */
- /** @type {import('tailwindcss').Config} */
- module.exports = {
- content: ['./src/**/*.{vue,js,ts,jsx,tsx}'],
- theme: {
- extend: {},
- },
- plugins: [],
- }
|