gilded / client /postcss.config.js
OmegaOne
Upload 41 files
0a8fe79 verified
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};