8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|