OrbitalX / postcss.config.js
OrbitalXai's picture
Upload 11 files
5127c5e verified
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};