File size: 146 Bytes
5d14125
 
 
 
 
 
1
2
3
4
5
6
import tailwindcss from '@tailwindcss/postcss'
import autoprefixer from 'autoprefixer'

export default {
  plugins: [tailwindcss, autoprefixer],
}