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