Rename tailwind.config file

This commit is contained in:
Ariful Alam
2022-08-21 17:01:42 +06:00
parent a65bbf2937
commit 970044b7f1
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import tailwind from 'tailwindcss';
import autoprefixer from 'autoprefixer';
import tailwindConfig from './tailwind.config.js';
import tailwindConfig from './tailwind.config.mjs';
import path from 'path';
// https://vitejs.dev/config/