shadow/postcss.config.js

6 lines
90 B
JavaScript
Raw Permalink Normal View History

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