asipilot / packages /client /postcss.config.js
E5K7's picture
Initial commit: FrontendForge implementation
5e4b249
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};