rag / frontend /postcss.config.js
gaojintao01
Add files using Git LFS
f8b5d42
import tailwind from 'tailwindcss'
import autoprefixer from 'autoprefixer'
import tailwindConfig from './tailwind.config.js'
export default {
plugins: [tailwind(tailwindConfig), autoprefixer],
}