Add custom postcss config

This commit is contained in:
Ariful Alam
2022-03-26 13:51:35 +06:00
parent 277fe5b01c
commit 2623da910b
3 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
import tailwind from 'tailwindcss';
import autoprefixer from 'autoprefixer';
import tailwindConfig from './tailwind.config.js';
export default {
plugins: [tailwind(tailwindConfig), autoprefixer],
};