7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
/* eslint-disable no-undef */
|
|
module.exports = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
}; |