mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
// postcss.config.js
|
|
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|