7 lines
91 B
TypeScript
7 lines
91 B
TypeScript
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|