mirror of
https://github.com/fergalmoran/react-tailwind-playground.git
synced 2025-12-22 09:48:30 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
module.exports = {
|
|
style: {
|
|
postcss: {
|
|
plugins: [require("tailwindcss"), require("autoprefixer")],
|
|
},
|
|
},
|
|
};
|