proje / apps /web /postcss.config.js
rodopsin
Initial commit: AJet360 dummy prototype
d34aa41
Raw
History Blame Contribute Delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};