NCORE_Smart_Caller/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2024-12-23 02:51:03 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};