/*
 * @Author: donghao donghao@supervision.ltd
 * @Date: 2025-03-06 16:22:19
 * @LastEditors: donghao donghao@supervision.ltd
 * @LastEditTime: 2025-03-06 17:07:24
 * @FilePath: \vite-ai\data-dashboard\postcss.config.js
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
import autoprefixer from 'autoprefixer';
import tailwindcss from 'tailwindcss';
export default {
    plugins: [
        tailwindcss(),
        autoprefixer()
    ]
};