streamv2v / frontend /postcss.config.js
Julian Bilcke
original code by JeffLiang and Radames
51669fc
raw
history blame contribute delete
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};