generated from Fascinated/nextjs-13-template-with-tailwindcss
Fascinated
cc0c9a14e1
All checks were successful
Publish Docker Image / docker (push) Successful in 1m47s
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|