PixelPlacerBot/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-07-19 19:51:38 -04:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};