simple-loading-screen/postcss.config.js
2024-03-28 16:03:54 -04:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}