benjaminpalko/postcss.config.js
Benjamin Palko 9dfbdcc554
Some checks failed
Deployment / Install (push) Failing after 55s
fix shit
2025-04-30 17:00:03 -04:00

5 lines
54 B
JavaScript

export default {
plugins: {
autoprefixer: {}
}
};