Prosento_RepEx / frontend /postcss.config.js
ChristopherJKoen's picture
Initial React Transcription
1643ce8
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};