live_beats/assets/postcss.config.js
Chris McCord 85855f9939 Make it so 🚀
2021-09-02 14:00:57 -04:00

7 lines
106 B
JavaScript

module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
}
}