medium.rip/frontend/postcss.config.cjs
Sphericalkat 9600c21c5a feat: set up embedded static server
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-27 13:27:01 +05:30

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};