6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
import tailwind from '@tailwindcss/postcss'
|
|
|
|
export default {
|
|
plugins: [tailwind],
|
|
}
|