shadow/postcss.config.js

6 lines
No EOL
90 B
JavaScript

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