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: {},
},
};